[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] when you attachstream to a circid of 0, send back an answer



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

Modified Files:
	control.c 
Log Message:
when you attachstream to a circid of 0, send back an answer


Index: control.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/control.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- control.c	24 Mar 2005 06:18:59 -0000	1.67
+++ control.c	24 Mar 2005 06:28:21 -0000	1.68
@@ -737,7 +737,7 @@
     ap_conn->state = AP_CONN_STATE_CIRCUIT_WAIT;
     if (connection_ap_handshake_attach_circuit(ap_conn)<0)
       connection_mark_for_close(ap_conn);
-
+    send_control_done(conn);
     return 0;
   }