aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-09 02:34:00 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-09 02:34:00 +0000
commit1f034cc5c7feb19f738b4e43b86ab2c0bf1eb1b1 (patch)
treec8b26105334fb155dc8e22ce084af3152791690f /src
parent69a1e0694855a6688412f39420a722ea93e1f07c (diff)
downloadtor-1f034cc5c7feb19f738b4e43b86ab2c0bf1eb1b1.tar
tor-1f034cc5c7feb19f738b4e43b86ab2c0bf1eb1b1.tar.gz
note a question for nick
svn:r13437
Diffstat (limited to 'src')
-rw-r--r--src/or/dns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 0efe286ce..733f334f1 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -1429,6 +1429,9 @@ launch_wildcard_check(int min_len, int max_len, const char *suffix)
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