summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/dns.c1
1 files changed, 1 insertions, 0 deletions
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)