From 1f034cc5c7feb19f738b4e43b86ab2c0bf1eb1b1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 9 Feb 2008 02:34:00 +0000 Subject: note a question for nick svn:r13437 --- src/or/dns.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/dns.c') diff --git a/src/or/dns.c b/src/or/dns.c index 0efe286ce5..733f334f12 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 -- cgit v1.2.3-54-g00ecf