Browse Source

note an assert bug that's still around

svn:r417
Roger Dingledine 21 years ago
parent
commit
4c7e936a3a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/dns.c

+ 1 - 0
src/or/dns.c

@@ -266,6 +266,7 @@ static void dns_found_answer(char *question, uint32_t answer) {
   }
 
   assert(resolve->state == CACHE_STATE_PENDING);
+  /* XXX sometimes this still gets triggered. :( */
 
   resolve->answer = ntohl(answer);
   if(resolve->answer)