summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-07 09:18:25 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-07 09:18:25 +0000
commita2d80ec767b68482e6ed98fefc3162e8ab1fdb93 (patch)
treea7bea340723e72881e8ece461722b84de1ee4753
parent41b809d2aa98bb4381452a926cc489d25553f57e (diff)
downloadtor-a2d80ec767b68482e6ed98fefc3162e8ab1fdb93.tar.gz
tor-a2d80ec767b68482e6ed98fefc3162e8ab1fdb93.zip
were we on crack??
svn:r3107
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index e1ffda4e1b..4b703f67fb 100644
--- a/src/or/circuitbuild.c
+++ b/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();