From: teor (Tim Wilson-Brown) Date: Tue, 1 Dec 2015 02:08:37 +0000 (+1100) Subject: Update comment: get_connection_array no longer takes "n" X-Git-Tag: tor-0.2.8.1-alpha~191^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb3e862b8690101276cf2dfe8a5fc2dfb69fb71f;p=thirdparty%2Ftor.git Update comment: get_connection_array no longer takes "n" --- diff --git a/src/or/main.c b/src/or/main.c index 1469fd1da1..3f166c819d 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -500,8 +500,7 @@ connection_in_array(connection_t *conn) return smartlist_contains(connection_array, conn); } -/** Set *array to an array of all connections, and *n - * to the length of the array. *array and *n must not +/** Set *array to an array of all connections. *array must not * be modified. */ smartlist_t *