浏览代码

oh, i forgot to enable the find-munged-conn function

svn:r1357
Roger Dingledine 21 年之前
父节点
当前提交
2ba9901cb4
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/or/main.c

+ 3 - 0
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<nfds) { /* we just replaced the one at i with a new one.
                   process it too. */