From ce9fbceadbabe35cae07f5b0c52d0258ded782ee Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 30 Oct 2023 14:32:09 +1300 Subject: [PATCH] libcli/security: Correct function documentation Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- libcli/security/util_sid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/security/util_sid.c b/libcli/security/util_sid.c index 41993d31aa9..b2c21fc59b3 100644 --- a/libcli/security/util_sid.c +++ b/libcli/security/util_sid.c @@ -437,7 +437,7 @@ NTSTATUS add_sid_to_array_attrs(TALLOC_CTX *mem_ctx, * @param [in] sid The SID to append. * @param [in] attrs SE_GROUP_* flags to go with the SID. * @param [inout] sids A pointer to the auth_SidAttr array. - * @param [inout] num A pointer to the size of the auth_SidArray array. + * @param [inout] num_sids A pointer to the size of the auth_SidArray array. * @returns NT_STATUS_OK on success. */ NTSTATUS add_sid_to_array_attrs_unique(TALLOC_CTX *mem_ctx, -- 2.47.3