mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
sometimes, a conn on the closeable_lst gets absolutely
clobbered. maybe this will help me find out why. svn:r3498
This commit is contained in:
@@ -203,6 +203,7 @@ add_connection_to_closeable_list(connection_t *conn)
|
||||
{
|
||||
tor_assert(!smartlist_isin(closeable_connection_lst, conn));
|
||||
tor_assert(conn->marked_for_close);
|
||||
assert_connection_ok(conn, time(NULL));
|
||||
smartlist_add(closeable_connection_lst, conn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user