]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
oh, i forgot to enable the find-munged-conn function
authorRoger Dingledine <arma@torproject.org>
Sun, 28 Mar 2004 21:14:05 +0000 (21:14 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 28 Mar 2004 21:14:05 +0000 (21:14 +0000)
svn:r1357

src/or/main.c

index e86f20b220f77881acdfc040b7f26d69de55e594..3afefcb3e37e137b2c433eeeba819cb2c4f548cc 100644 (file)
@@ -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. */