aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-29 18:13:37 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-29 18:13:37 +0000
commit42d03890b497a9b88601aa08f972c0f02664bf84 (patch)
tree3093bfa6b5d1453896b8dabfa20ec3a7bf496d1b /src/or/dns.c
parent21f5e0686201ec2a00a90b7a976b18ffd8436f7c (diff)
downloadtor-42d03890b497a9b88601aa08f972c0f02664bf84.tar.gz
tor-42d03890b497a9b88601aa08f972c0f02664bf84.zip
r11584@catbus: nickm | 2007-01-29 11:25:40 -0500
Fix/update some XXX012 points. svn:r9456
Diffstat (limited to 'src/or/dns.c')
-rw-r--r--src/or/dns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 58099780b9..1155f59994 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -1713,7 +1713,8 @@ launch_resolve(edge_connection_t *exitconn, or_circuit_t *circ)
* resolve this? -RD */
/* XXX012 Are you sure I didn't fix that in version r9336 with
* ServerDNSAllowNonRFC953Addreesses? If it's still not working,
- * let me know which addresses are breaking. -NM */
+ * let me know which addresses are breaking. If it _is_ working,
+ * please remove these comments. :) -NM */
if (exitconn->_base.purpose == EXIT_PURPOSE_RESOLVE) {
if (evdns_err_is_transient(r))
send_resolved_cell(exitconn, circ, RESOLVED_TYPE_ERROR_TRANSIENT);