mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Turn off testing code for #9683.
(This wasn't supposed to get committed turned-on.)
This commit is contained in:
parent
07eb481492
commit
6da2544f20
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user