aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-10 21:26:17 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-10 21:26:17 +0000
commit2c521d9804382b7ea2d5835e91948aa0c6862772 (patch)
treef513acee21881077ffc0d57a3a9ee92f0a16003a /src
parentda041c53504cbf0e1eb05f7a97fb8e855973d3fd (diff)
downloadtor-2c521d9804382b7ea2d5835e91948aa0c6862772.tar.gz
tor-2c521d9804382b7ea2d5835e91948aa0c6862772.zip
r12212@Kushana: nickm | 2007-02-10 16:09:38 -0500
Remove XXXX012 for apparently resolved bug svn:r9548
Diffstat (limited to 'src')
-rw-r--r--src/or/dns.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 26cc1ede62..6c60fbaa4c 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -1699,13 +1699,6 @@ launch_resolve(edge_connection_t *exitconn, or_circuit_t *circ)
if (r) {
log_warn(LD_EXIT, "eventdns rejected address %s: error %d.",
escaped_safe_str(addr), r);
- /* XXX012 the above warning triggers sometimes on my exit
- * node, with "error 1". Is there anything the user can do to
- * 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. 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);