[or-cvs] bug resolved (hopefully), so remove comment
Roger Dingledine
arma at seul.org
Wed Apr 28 20:12:46 UTC 2004
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
dns.c
Log Message:
bug resolved (hopefully), so remove comment
Index: dns.c
===================================================================
RCS file: /home/or/cvsroot/src/or/dns.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- dns.c 28 Apr 2004 20:11:37 -0000 1.81
+++ dns.c 28 Apr 2004 20:12:44 -0000 1.82
@@ -475,7 +475,6 @@
}
address[address_len] = 0; /* null terminate it */
- /* XXX isn't this non-aligned uint32 going to cause problems? */
switch (tor_lookup_hostname(address, &ip)) {
case 1:
log_fn(LOG_INFO,"Could not resolve dest addr %s (transient).",address);
More information about the tor-commits
mailing list