浏览代码

were we on crack??

svn:r3107
Roger Dingledine 21 年之前
父节点
当前提交
a2d80ec767
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/circuitbuild.c

+ 1 - 1
src/or/circuitbuild.c

@@ -1144,7 +1144,7 @@ static routerinfo_t *choose_good_middle_server(cpath_build_state_t *state,
   int i;
   routerinfo_t *r, *choice;
   crypt_path_t *cpath;
-  smartlist_t *excluded = smartlist_create();
+  smartlist_t *excluded;
 
   log_fn(LOG_DEBUG, "Contemplating intermediate hop: random choice.");
   excluded = smartlist_create();