Skip to content

Commit

Permalink
libcli/security: Fix function header comments in SID handling
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Sutton <[email protected]>
Reviewed-by: Douglas Bagnall <[email protected]>
  • Loading branch information
jsutton24 authored and douglasbagnall committed Oct 21, 2022
1 parent f7d94c6 commit 7ec569b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcli/security/util_sid.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ int sid_compare_domain(const struct dom_sid *sid1, const struct dom_sid *sid2)
}

/********************************************************************
Add SID to an array SIDs
Add SID to an array of SIDs
********************************************************************/

NTSTATUS add_sid_to_array(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,
Expand All @@ -366,7 +366,7 @@ NTSTATUS add_sid_to_array(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,


/********************************************************************
Add SID to an array SIDs ensuring that it is not already there
Add SID to an array of SIDs ensuring that it is not already there
********************************************************************/

NTSTATUS add_sid_to_array_unique(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,
Expand Down

0 comments on commit 7ec569b

Please sign in to comment.