[or-cvs] plus add a comment re: the previous bug
Roger Dingledine
arma at seul.org
Sat Dec 4 10:18:44 UTC 2004
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
routerlist.c
Log Message:
plus add a comment re: the previous bug
Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- routerlist.c 4 Dec 2004 08:56:59 -0000 1.197
+++ routerlist.c 4 Dec 2004 10:18:41 -0000 1.198
@@ -965,6 +965,10 @@
}
} else if (!port) {
/* The port maybe matches. */
+ /* XXX Nick: it looks port 0 only means something special for resolve
+ * commands, which can currently be handled by any exit node.
+ * Should we treat those specially elsewhere?
+ */
maybe = 1;
}
} else {
More information about the tor-commits
mailing list