diff --git a/src/or/dns.c b/src/or/dns.c index c4a081da8009308d13cba8ca6463bec5cd3dfe4f..ee836b52b010cc36b08a6b6e215fb944308ec043 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);