From: Roger Dingledine Date: Sun, 28 Mar 2004 21:14:05 +0000 (+0000) Subject: oh, i forgot to enable the find-munged-conn function X-Git-Tag: tor-0.0.5~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ba9901cb4fcde3a999dd1e8316b39f60cc0ef0e;p=thirdparty%2Ftor.git oh, i forgot to enable the find-munged-conn function svn:r1357 --- diff --git a/src/or/main.c b/src/or/main.c index e86f20b220..3afefcb3e3 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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