Browse Source

Update comment: get_connection_array no longer takes "n"

teor (Tim Wilson-Brown) 8 years ago
parent
commit
fb3e862b86
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/or/main.c

+ 1 - 2
src/or/main.c

@@ -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 *