mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
stop asserting if we have a controller listening for circuit events
and we're offline so we fail to make a circuit and it tries to notify us about the zero-length circuit. svn:r4600
This commit is contained in:
@@ -79,7 +79,6 @@ circuit_list_path(circuit_t *circ, int verbose)
|
||||
char buf[128];
|
||||
char *s;
|
||||
tor_assert(CIRCUIT_IS_ORIGIN(circ));
|
||||
tor_assert(circ->cpath);
|
||||
|
||||
elements = smartlist_create();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user