[or-cvs] a missing comma could wreak all sorts of havoc.

Roger Dingledine arma at seul.org
Fri Mar 26 18:29:08 UTC 2004


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

Modified Files:
	connection.c 
Log Message:
a missing comma could wreak all sorts of havoc.


Index: connection.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection.c,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- connection.c	20 Mar 2004 04:59:29 -0000	1.184
+++ connection.c	26 Mar 2004 18:29:05 -0000	1.185
@@ -35,7 +35,7 @@
   { "",                          /* exit, 0 */
     "waiting for dest info",           /* 1 */
     "connecting",                      /* 2 */
-    "open"                             /* 3 */
+    "open",                            /* 3 */
     "resolve failed" },                /* 4 */
   { "ready" }, /* app listener, 0 */
   { "", /* 0 */



More information about the tor-commits mailing list