浏览代码

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 年之前
父节点
当前提交
e479cc935e
共有 1 个文件被更改,包括 0 次插入1 次删除
  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();