Przeglądaj źródła

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

Roger Dingledine 20 lat temu
rodzic
commit
e479cc935e
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/or/circuitbuild.c

+ 0 - 1
src/or/circuitbuild.c

@@ -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();