[or-cvs] make tor-resolve work, uh, more. this time for sure!

Roger Dingledine arma at seul.org
Wed Nov 24 06:16:38 UTC 2004


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

Modified Files:
	connection_edge.c 
Log Message:
make tor-resolve work, uh, more. this time for sure!


Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -d -r1.240 -r1.241
--- connection_edge.c	24 Nov 2004 06:01:52 -0000	1.240
+++ connection_edge.c	24 Nov 2004 06:16:36 -0000	1.241
@@ -91,6 +91,7 @@
     case AP_CONN_STATE_RENDDESC_WAIT:
     case AP_CONN_STATE_CIRCUIT_WAIT:
     case AP_CONN_STATE_CONNECT_WAIT:
+    case AP_CONN_STATE_RESOLVE_WAIT:
       log_fn(LOG_INFO,"data from edge while in '%s' state. Leaving it on buffer.",
                       conn_state_to_string[conn->type][conn->state]);
       return 0;



More information about the tor-commits mailing list