diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-14 07:31:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-14 07:31:57 +0000 |
commit | 8b35202b474fb11f2c92773d78bf432e95eaea05 (patch) | |
tree | 5de426d81077c0a5fd353d56ae28d0d14f1c237d /src | |
parent | 9b2802c4bee3d12ab6f8a31231a3bba5e75bdd18 (diff) | |
download | tor-8b35202b474fb11f2c92773d78bf432e95eaea05.tar.gz tor-8b35202b474fb11f2c92773d78bf432e95eaea05.zip |
remove some done items; futz with changelog
svn:r11920
Diffstat (limited to 'src')
-rw-r--r-- | src/or/circuituse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index b4f1d00496..c5fbfae882 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -94,7 +94,6 @@ circuit_is_acceptable(circuit_t *circ, edge_connection_t *conn, } else { if (conn->socks_request->command == SOCKS_COMMAND_CONNECT_DIR) { /* don't use three-hop circuits -- that could hurt our anonymity. */ - log_debug(LD_CIRC,"Skipping multi-hop circuit for CONNECT_DIR."); return 0; } } |