mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
enable assert_connection_ok()
we weren't actually asserting much. oops. svn:r1160
This commit is contained in:
parent
70c43e152a
commit
cec2eee533
@ -805,7 +805,6 @@ void assert_connection_ok(connection_t *conn, time_t now)
|
||||
{
|
||||
assert(conn);
|
||||
assert(conn->magic == CONNECTION_MAGIC);
|
||||
return; /* XXX !!! */
|
||||
assert(conn->type >= _CONN_TYPE_MIN);
|
||||
assert(conn->type <= _CONN_TYPE_MAX);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user