[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] clarify comment
Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv24558
Modified Files:
connection_edge.c
Log Message:
clarify comment
Index: connection_edge.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -d -r1.282 -r1.283
--- connection_edge.c 23 Feb 2005 06:40:48 -0000 1.282
+++ connection_edge.c 23 Feb 2005 06:46:54 -0000 1.283
@@ -499,7 +499,7 @@
tor_assert(address); tor_assert(val);
if (tor_inet_aton(address, &in))
- return; /* don't set an addresmap back to ourselves! ????NM*/
+ return; /* If address was an IP address already, don't add a mapping. */
in.s_addr = htonl(val);
addr = tor_malloc(INET_NTOA_BUF_LEN);
tor_inet_ntoa(&in,addr,INET_NTOA_BUF_LEN);