diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-10 00:57:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-10 00:57:12 +0000 |
commit | 14687fc4434472deab33d2d6b8b0e412a43e8067 (patch) | |
tree | 1247ac5eef7725a190953c088af240dd0bf66e3d /src/or/connection_or.c | |
parent | e9d7904885c26ad429e01d4d0d2813633c418799 (diff) | |
download | tor-14687fc4434472deab33d2d6b8b0e412a43e8067.tar tor-14687fc4434472deab33d2d6b8b0e412a43e8067.tar.gz |
take out the reachability bandaid in 0.1.2.x as well.
maybe we will actually be able to fix it, instead.
svn:r6585
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 99ef59b4d..85cfa83ee 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -684,8 +684,8 @@ connection_tls_finish_handshake(connection_t *conn) * The reason this bandaid is here is because there's a bug in * Tor 0.1.1.x where middle hops don't always send their create * cell; so some servers rarely find themselves reachable. */ - if (!is_local_IP(conn->addr)) - router_orport_found_reachable(); +// if (!is_local_IP(conn->addr)) +// router_orport_found_reachable(); } directory_set_dirty(); |