[or-cvs] [tor/master 2/3] Fix a documention issue in circuitlist.c

nickm at torproject.org nickm at torproject.org
Fri Oct 15 17:42:03 UTC 2010


Author: Nick Mathewson <nickm at torproject.org>
Date: Fri, 15 Oct 2010 13:18:24 -0400
Subject: Fix a documention issue in circuitlist.c
Commit: 006acf8b3f7095ba4e4ce38d3ea963a018bf91ef

---
 src/or/circuitlist.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index f654f6c..205b0a8 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -87,10 +87,7 @@ orconn_circid_circuit_map_t *_last_circid_orconn_ent = NULL;
 /** Implementation helper for circuit_set_{p,n}_circid_orconn: A circuit ID
  * and/or or_connection for circ has just changed from <b>old_conn, old_id</b>
  * to <b>conn, id</b>.  Adjust the conn,circid map as appropriate, removing
- * the old entry (if any) and adding a new one.  If <b>active</b> is true,
- * remove the circuit from the list of active circuits on old_conn and add it
- * to the list of active circuits on conn.
- * XXX "active" isn't an arg anymore */
+ * the old entry (if any) and adding a new one. */
 static void
 circuit_set_circid_orconn_helper(circuit_t *circ, int direction,
                                  circid_t id,
-- 
1.7.1




More information about the tor-commits mailing list