소스 검색

bug resolved (hopefully), so remove comment

svn:r1738
Roger Dingledine 21 년 전
부모
커밋
ca8d50abeb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);