diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-29 02:47:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-29 02:47:51 +0000 |
commit | b59573949efd7427463d96c83ce059f79ab4f413 (patch) | |
tree | cd02b4aa9bcf21435865ff8e35fc8960f5ca3a31 /src/or/eventdns.c | |
parent | 0bbbf98be4eff74218a010a24f5cafe4da7045b6 (diff) | |
download | tor-b59573949efd7427463d96c83ce059f79ab4f413.tar.gz tor-b59573949efd7427463d96c83ce059f79ab4f413.zip |
r11736@Kushana: nickm | 2006-12-28 17:46:23 -0500
Mark a pile of XXXX comments as targetted for 0.1.2: some because they look important, some because they look easy.
svn:r9205
Diffstat (limited to 'src/or/eventdns.c')
-rw-r--r-- | src/or/eventdns.c | 2 |
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)); |