mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +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:
parent
b2e34616d3
commit
0f5a198028
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue