From: Joseph Sutton Date: Mon, 30 Oct 2023 01:32:09 +0000 (+1300) Subject: libcli/security: Correct function documentation X-Git-Tag: talloc-2.4.2~933 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce9fbceadbabe35cae07f5b0c52d0258ded782ee;p=thirdparty%2Fsamba.git libcli/security: Correct function documentation Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- 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,