mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
oh, i forgot to enable the find-munged-conn function
svn:r1357
This commit is contained in:
parent
e6a2e03524
commit
2ba9901cb4
@ -267,6 +267,9 @@ static void conn_close_if_marked(int i) {
|
||||
}
|
||||
}
|
||||
connection_remove(conn);
|
||||
if(conn->type == CONN_TYPE_EXIT) {
|
||||
assert_connection_edge_not_dns_pending(conn);
|
||||
}
|
||||
connection_free(conn);
|
||||
if(i<nfds) { /* we just replaced the one at i with a new one.
|
||||
process it too. */
|
||||
|
Loading…
Reference in New Issue
Block a user