diff options
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 6665809bc2..3788348cd2 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -3566,8 +3566,8 @@ assert_connection_ok(connection_t *conn, time_t now) if (conn->bufev) { tor_assert(conn->read_event == NULL); tor_assert(conn->write_event == NULL); - tor_assert(conn->inbuf == NULL); - tor_assert(conn->outbuf == NULL); + /* XXX reinstate tor_assert(conn->inbuf == NULL); + tor_assert(conn->outbuf == NULL);*/ } #endif |