[or-cvs] forward-port the commenting out of the assert that glenn fi...
Roger Dingledine
arma at seul.org
Wed Mar 23 20:42:40 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
connection.c
Log Message:
forward-port the commenting out of the assert that glenn fink was
triggering. we still don't know why he was triggering it.
Index: connection.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -d -r1.340 -r1.341
--- connection.c 23 Mar 2005 02:52:55 -0000 1.340
+++ connection.c 23 Mar 2005 20:42:37 -0000 1.341
@@ -1595,7 +1595,7 @@
*/
// 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);
More information about the tor-commits
mailing list