diff options
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index c4a081da8..ee836b52b 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -475,7 +475,6 @@ int dnsworker_main(void *data) { } address[address_len] = 0; /* null terminate it */ - /* XXX isn't this non-aligned uint32 going to cause problems? */ switch (tor_lookup_hostname(address, &ip)) { case 1: log_fn(LOG_INFO,"Could not resolve dest addr %s (transient).",address); |