[or-cvs] r13437: note a question for nick (tor/trunk/src/or)

arma at seul.org arma at seul.org
Sat Feb 9 02:34:01 UTC 2008


Author: arma
Date: 2008-02-08 21:34:00 -0500 (Fri, 08 Feb 2008)
New Revision: 13437

Modified:
   tor/trunk/src/or/dns.c
Log:
note a question for nick


Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c	2008-02-08 23:46:10 UTC (rev 13436)
+++ tor/trunk/src/or/dns.c	2008-02-09 02:34:00 UTC (rev 13437)
@@ -1429,6 +1429,9 @@
                          evdns_wildcard_check_callback, addr);
   if (r)
     tor_free(addr);
+  /* XXX020 Nick, the above "if" needs some explanation. Plus the fact
+   * that we're sending addr twice. Given that evdns_resolve_ipv4() has
+   * no doxygen documentation. -RD */
 }
 
 /** Launch attempts to resolve a bunch of known-good addresses (configured in



More information about the tor-commits mailing list