mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
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
This commit is contained in:
parent
4ee6addf57
commit
a799dad937
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user