Explorar o código

bug resolved (hopefully), so remove comment

svn:r1738
Roger Dingledine %!s(int64=21) %!d(string=hai) anos
pai
achega
ca8d50abeb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/or/dns.c

+ 0 - 1
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);