]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
take out the reachability bandaid in 0.1.2.x as well.
authorRoger Dingledine <arma@torproject.org>
Sat, 10 Jun 2006 00:57:12 +0000 (00:57 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 10 Jun 2006 00:57:12 +0000 (00:57 +0000)
maybe we will actually be able to fix it, instead.

svn:r6585

src/or/connection_or.c

index 99ef59b4de9e2daafe753c9437c2be8bccf681d4..85cfa83ee70f7e0357372016e360f601dbe6e2b6 100644 (file)
@@ -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();