Skip to content
Snippets Groups Projects
Commit cec2eee5 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

enable assert_connection_ok()

we weren't actually asserting much. oops.


svn:r1160
parent 70c43e15
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment