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

[or-cvs] r9879: correct a function comment that's become wrong (tor/trunk/src/or)



Author: arma
Date: 2007-03-19 19:32:30 -0400 (Mon, 19 Mar 2007)
New Revision: 9879

Modified:
   tor/trunk/src/or/connection_or.c
Log:
correct a function comment that's become wrong


Modified: tor/trunk/src/or/connection_or.c
===================================================================
--- tor/trunk/src/or/connection_or.c	2007-03-19 11:40:35 UTC (rev 9878)
+++ tor/trunk/src/or/connection_or.c	2007-03-19 23:32:30 UTC (rev 9879)
@@ -549,10 +549,6 @@
 
 /** Return 1 if we initiated this connection, or 0 if it started
  * out as an incoming connection.
- *
- * This is implemented for now by checking to see if
- * conn-\>identity_digest is set or not. Perhaps we should add a flag
- * one day so we're clearer.
  */
 int
 connection_or_nonopen_was_started_here(or_connection_t *conn)