From fb3e862b8690101276cf2dfe8a5fc2dfb69fb71f Mon Sep 17 00:00:00 2001 From: "teor (Tim Wilson-Brown)" Date: Tue, 1 Dec 2015 13:08:37 +1100 Subject: [PATCH] Update comment: get_connection_array no longer takes "n" --- src/or/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 *