]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
were we on crack??
authorRoger Dingledine <arma@torproject.org>
Tue, 7 Dec 2004 09:18:25 +0000 (09:18 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 7 Dec 2004 09:18:25 +0000 (09:18 +0000)
svn:r3107

src/or/circuitbuild.c

index e1ffda4e1b9dc56984f6fb17a27d6300e4c7de7f..4b703f67fb31056759e66dc7bedfdc24aa9831ce 100644 (file)
@@ -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();