]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli/security: Correct function documentation
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 30 Oct 2023 01:32:09 +0000 (14:32 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 1 Nov 2023 20:10:45 +0000 (20:10 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/util_sid.c

index 41993d31aa95bd8d6829c8b7da4169fc02563101..b2c21fc59b387a509a631f4e7fadf3223b85c9ba 100644 (file)
@@ -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,