From: Nick Mathewson Date: Wed, 26 Mar 2014 14:31:56 +0000 (-0400) Subject: Turn off testing code for #9683. X-Git-Tag: tor-0.2.5.4-alpha~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6da2544f207a541b90a5c5fddbd038800e19d903;p=thirdparty%2Ftor.git Turn off testing code for #9683. (This wasn't supposed to get committed turned-on.) --- diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index b1efde5ad5..9313325508 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -1077,15 +1077,15 @@ circuit_get_by_edge_conn(edge_connection_t *conn) void circuit_unlink_all_from_channel(channel_t *chan, int reason) { - circuit_t *circ; smartlist_t *detached = smartlist_new(); -#define DEBUG_CIRCUIT_UNLINK_ALL +/* #define DEBUG_CIRCUIT_UNLINK_ALL */ channel_unlink_all_circuits(chan, detached); #ifdef DEBUG_CIRCUIT_UNLINK_ALL { + circuit_t *circ; smartlist_t *detached_2 = smartlist_new(); int mismatch = 0, badlen = 0;