[or-cvs] r9548: Remove XXXX012 for apparently resolved bug (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Sat Feb 10 21:26:23 UTC 2007


Author: nickm
Date: 2007-02-10 16:26:17 -0500 (Sat, 10 Feb 2007)
New Revision: 9548

Modified:
   tor/trunk/
   tor/trunk/src/or/dns.c
Log:
 r12212 at Kushana:  nickm | 2007-02-10 16:09:38 -0500
 Remove XXXX012 for apparently resolved bug



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12212] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c	2007-02-10 20:00:06 UTC (rev 9547)
+++ tor/trunk/src/or/dns.c	2007-02-10 21:26:17 UTC (rev 9548)
@@ -1699,13 +1699,6 @@
   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);



More information about the tor-commits mailing list