diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-19 07:06:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-19 07:06:02 +0000 |
commit | d6aa617e07d1b09d3d4e1aff2b57fb1192d6f625 (patch) | |
tree | 809900be7a925f173855b3cda5b686725db7f3da /src/or | |
parent | 03560d575e16ddcf980bc7b2f8ee2f9689c2ccb0 (diff) | |
download | tor-d6aa617e07d1b09d3d4e1aff2b57fb1192d6f625.tar.gz tor-d6aa617e07d1b09d3d4e1aff2b57fb1192d6f625.zip |
oh, and make it compile too
svn:r11185
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/circuitlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index fa03c35151..d46f763f44 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -801,7 +801,7 @@ circuit_find_to_cannibalize(uint8_t purpose, extend_info_t *info, { circuit_t *_circ; origin_circuit_t *best=NULL; - or_options_t *options = get_options(); +// or_options_t *options = get_options(); log_debug(LD_CIRC, "Hunting for a circ to cannibalize: purpose %d, uptime %d, " |