]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update comment: get_connection_array no longer takes "n"
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Tue, 1 Dec 2015 02:08:37 +0000 (13:08 +1100)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Mon, 7 Dec 2015 05:10:37 +0000 (16:10 +1100)
src/or/main.c

index 1469fd1da17b2988cee37de9e15a2fd16891f569..3f166c819d089222dbef613d887b565dbb409ddd 100644 (file)
@@ -500,8 +500,7 @@ connection_in_array(connection_t *conn)
   return smartlist_contains(connection_array, conn);
 }
 
-/** Set <b>*array</b> to an array of all connections, and <b>*n</b>
- * to the length of the array. <b>*array</b> and <b>*n</b> must not
+/** Set <b>*array</b> to an array of all connections. <b>*array</b> must not
  * be modified.
  */
 smartlist_t *