Commit 4c7e936a authored by Roger Dingledine's avatar Roger Dingledine
Browse files

note an assert bug that's still around


svn:r417
parent 90f22933
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)