mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
note a question for nick
svn:r13437
This commit is contained in:
parent
69a1e06948
commit
1f034cc5c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user