[or-cvs] whoops, resolve cells were probably broken

Roger Dingledine arma at seul.org
Sun Oct 17 20:31:22 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	connection_edge.c 
Log Message:
whoops, resolve cells were probably broken


Index: connection_edge.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_edge.c,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- connection_edge.c	17 Oct 2004 01:57:34 -0000	1.214
+++ connection_edge.c	17 Oct 2004 20:31:19 -0000	1.215
@@ -974,10 +974,7 @@
          exit->nickname, conn->socks_request->address,
          conn->socks_request->port);
   if (conn->socks_request->command == SOCKS_COMMAND_RESOLVE) {
-    /* 0.0.7 servers and earlier don't support DNS resolution.  0.0.8 servers
-     * have buggy resolve support. Once there are more 0.0.9 servers, change
-     * this to 0.0.9pre1. XXX */
-    return tor_version_as_new_as(exit->platform, "0.0.8");
+    return tor_version_as_new_as(exit->platform, "0.0.9pre1");
   }
   addr = client_dns_lookup_entry(conn->socks_request->address);
   if(router_compare_addr_to_exit_policy(addr,



More information about the tor-commits mailing list