From: Roger Dingledine Date: Wed, 23 Mar 2005 20:42:37 +0000 (+0000) Subject: forward-port the commenting out of the assert that glenn fink was X-Git-Tag: tor-0.1.0.1-rc~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a799dad93726467480c7e1473a2fa4744176ca87;p=thirdparty%2Ftor.git forward-port the commenting out of the assert that glenn fink was triggering. we still don't know why he was triggering it. svn:r3841 --- diff --git a/src/or/connection.c b/src/or/connection.c index bc8864aba4..1a9afcf6b2 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1595,7 +1595,7 @@ void assert_connection_ok(connection_t *conn, time_t now) */ // tor_assert(conn->receiver_bucket >= 0); } - tor_assert(conn->addr && conn->port); +// tor_assert(conn->addr && conn->port); tor_assert(conn->address); if (conn->state != OR_CONN_STATE_CONNECTING) tor_assert(conn->tls);