[or-cvs] fix a wrong string

arma at seul.org arma at seul.org
Thu Jan 5 12:18:37 UTC 2006


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

Modified Files:
	connection.c 
Log Message:
fix a wrong string


Index: connection.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -p -d -r1.429 -r1.430
--- connection.c	28 Dec 2005 09:07:31 -0000	1.429
+++ connection.c	5 Jan 2006 12:18:34 -0000	1.430
@@ -78,7 +78,7 @@ conn_state_to_string(int type, int state
         case OR_CONN_STATE_CONNECTING: return "connect()ing";
         case OR_CONN_STATE_PROXY_FLUSHING: return "proxy flushing";
         case OR_CONN_STATE_PROXY_READING: return "proxy reading";
-        case OR_CONN_STATE_HANDSHAKING: return "proxy reading";
+        case OR_CONN_STATE_HANDSHAKING: return "handshaking";
         case OR_CONN_STATE_OPEN: return "open";
       }
       break;



More information about the tor-commits mailing list