[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] forward-port the commenting out of the assert that glenn fi...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] forward-port the commenting out of the assert that glenn fi...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Wed, 23 Mar 2005 15:42:40 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 23 Mar 2005 15:43:06 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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);