diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-05 18:19:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-05 18:19:42 +0000 |
commit | 0ec293b189c7afc59dbf8187023ad5133ad18d2a (patch) | |
tree | 2847968a2afb99b6999f2c545f84cc3202c4f0e3 /src/or | |
parent | 98c6bf619261026439bdd4dd9ba95113d77ac641 (diff) | |
download | tor-0ec293b189c7afc59dbf8187023ad5133ad18d2a.tar.gz tor-0ec293b189c7afc59dbf8187023ad5133ad18d2a.zip |
actually, that excludenodes fix was redundant. take it out.
svn:r6727
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/circuitbuild.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 53d9744b75..e6d13d6673 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1574,7 +1574,6 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state) } excluded = smartlist_create(); - add_nickname_list_to_smartlist(excluded,options->ExcludeNodes,0,0,1); if (state && (r = build_state_get_exit_router(state))) { smartlist_add(excluded, r); |