mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
enable assert_connection_ok()
we weren't actually asserting much. oops. svn:r1160
This commit is contained in:
parent
70c43e152a
commit
cec2eee533
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue