From e479cc935e9397b7cae65522de997e4405538202 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 18 Jul 2005 23:18:00 +0000 Subject: 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 --- src/or/circuitbuild.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 67fcf1b7b..307497a0a 100644 --- a/src/or/circuitbuild.c +++ b/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(); -- cgit v1.2.3