[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11185: oh, and make it compile too (tor/trunk/src/or)
Author: arma
Date: 2007-08-19 03:06:02 -0400 (Sun, 19 Aug 2007)
New Revision: 11185
Modified:
tor/trunk/src/or/circuitlist.c
Log:
oh, and make it compile too
Modified: tor/trunk/src/or/circuitlist.c
===================================================================
--- tor/trunk/src/or/circuitlist.c 2007-08-19 07:04:24 UTC (rev 11184)
+++ tor/trunk/src/or/circuitlist.c 2007-08-19 07:06:02 UTC (rev 11185)
@@ -801,7 +801,7 @@
{
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, "