enable assert_connection_ok()

we weren't actually asserting much. oops.


svn:r1160
This commit is contained in:
Roger Dingledine
2004-02-28 07:51:30 +00:00
parent ba387850cc
commit 298b6afdf2
-1
View File
@@ -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);