aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/eventdns.c')
-rw-r--r--src/or/eventdns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/eventdns.c b/src/or/eventdns.c
index 30b06b6794..cbc06519fc 100644
--- a/src/or/eventdns.c
+++ b/src/or/eventdns.c
@@ -798,7 +798,7 @@ reply_parse(u8 *packet, int length) {
req = request_find_from_trans_id(trans_id);
if (!req) return -1;
- // XXXX should the other return points also call reply_handle? -NM
+ // XXXX012 should the other return points also call reply_handle? -NM
memset(&reply, 0, sizeof(reply));