]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note an assert bug that's still around
authorRoger Dingledine <arma@torproject.org>
Mon, 25 Aug 2003 22:02:42 +0000 (22:02 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 25 Aug 2003 22:02:42 +0000 (22:02 +0000)
svn:r417

src/or/dns.c

index eb57d037bec75c58a10a011f7f67b17bcab5f754..e3c73576be6e211d7bba56bf57dd54f4f8c276fb 100644 (file)
@@ -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)