[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] note an assert bug that"s still around



Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	dns.c 
Log Message:
note an assert bug that's still around


Index: dns.c
===================================================================
RCS file: /home/or/cvsroot/src/or/dns.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- dns.c	20 Aug 2003 23:05:22 -0000	1.22
+++ dns.c	25 Aug 2003 22:02:42 -0000	1.23
@@ -266,6 +266,7 @@
   }
 
   assert(resolve->state == CACHE_STATE_PENDING);
+  /* XXX sometimes this still gets triggered. :( */
 
   resolve->answer = ntohl(answer);
   if(resolve->answer)