[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] and add a comment to that effect
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
connection_edge.c
Log Message:
and add a comment to that effect
Index: connection_edge.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_edge.c,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- connection_edge.c 6 Aug 2004 10:12:55 -0000 1.202
+++ connection_edge.c 6 Aug 2004 10:13:25 -0000 1.203
@@ -985,7 +985,7 @@
if (options.SocksPolicy && !socks_policy)
parse_socks_policy();
- if(!socks_policy)
+ if(!socks_policy) /* 'no socks policy' means 'accept' */
return 1;
a = router_compare_addr_to_exit_policy(addr, 1, socks_policy);
if (a==-1)