mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
bug resolved (hopefully), so remove comment
svn:r1738
This commit is contained in:
parent
22c0cd8a14
commit
ca8d50abeb
@ -475,7 +475,6 @@ int dnsworker_main(void *data) {
|
|||||||
}
|
}
|
||||||
address[address_len] = 0; /* null terminate it */
|
address[address_len] = 0; /* null terminate it */
|
||||||
|
|
||||||
/* XXX isn't this non-aligned uint32 going to cause problems? */
|
|
||||||
switch (tor_lookup_hostname(address, &ip)) {
|
switch (tor_lookup_hostname(address, &ip)) {
|
||||||
case 1:
|
case 1:
|
||||||
log_fn(LOG_INFO,"Could not resolve dest addr %s (transient).",address);
|
log_fn(LOG_INFO,"Could not resolve dest addr %s (transient).",address);
|
||||||
|
Loading…
Reference in New Issue
Block a user