[or-cvs] stop asserting if we have a controller listening for circui...

arma at seul.org arma at seul.org
Mon Jul 18 23:18:02 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	circuitbuild.c 
Log Message:
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.


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- circuitbuild.c	14 Jul 2005 08:43:19 -0000	1.122
+++ circuitbuild.c	18 Jul 2005 23:18:00 -0000	1.123
@@ -79,7 +79,6 @@
   char buf[128];
   char *s;
   tor_assert(CIRCUIT_IS_ORIGIN(circ));
-  tor_assert(circ->cpath);
 
   elements = smartlist_create();
 



More information about the tor-commits mailing list