[or-cvs] misc cleanups

arma at seul.org arma at seul.org
Sat Nov 19 01:57:00 UTC 2005


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

Modified Files:
	circuitlist.c command.c 
Log Message:
misc cleanups


Index: circuitlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitlist.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- circuitlist.c	19 Nov 2005 00:44:24 -0000	1.71
+++ circuitlist.c	19 Nov 2005 01:56:58 -0000	1.72
@@ -185,7 +185,7 @@
   switch (state) {
     case CIRCUIT_STATE_BUILDING: return "doing handshakes";
     case CIRCUIT_STATE_ONIONSKIN_PENDING: return "processing the onion";
-    case CIRCUIT_STATE_OR_WAIT: return "connecting to firsthop";
+    case CIRCUIT_STATE_OR_WAIT: return "connecting to server";
     case CIRCUIT_STATE_OPEN: return "open";
     default:
       warn(LD_BUG, "Bug: unknown circuit state %d", state);

Index: command.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/command.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- command.c	19 Nov 2005 01:03:34 -0000	1.100
+++ command.c	19 Nov 2005 01:56:58 -0000	1.101
@@ -227,7 +227,8 @@
   }
 }
 
-/** Process a 'created' <b>cell</b> that just arrived from <b>conn</b>. Find the circuit
+/** Process a 'created' <b>cell</b> that just arrived from <b>conn</b>.
+ * Find the circuit
  * that it's intended for. If we're not the origin of the circuit, package
  * the 'created' cell in an 'extended' relay cell and pass it back. If we
  * are the origin of the circuit, send it to circuit_finish_handshake() to



More information about the tor-commits mailing list