From: Roger Dingledine Date: Mon, 25 Aug 2003 22:02:42 +0000 (+0000) Subject: note an assert bug that's still around X-Git-Tag: tor-0.0.2pre8~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c7e936a3a935e6136ba32b9afa661bd6e1776fd;p=thirdparty%2Ftor.git note an assert bug that's still around svn:r417 --- diff --git a/src/or/dns.c b/src/or/dns.c index eb57d037be..e3c73576be 100644 --- a/src/or/dns.c +++ b/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)