[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] oh, i forgot to enable the find-munged-conn function
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
main.c
Log Message:
oh, i forgot to enable the find-munged-conn function
Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- main.c 27 Mar 2004 00:15:09 -0000 1.208
+++ main.c 28 Mar 2004 21:14:05 -0000 1.209
@@ -267,6 +267,9 @@
}
}
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. */