1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
-
parent b32f3ecaf6
commit 9ef0d40c3f
13 changed files with 284 additions and 247 deletions

View File

@ -343,7 +343,7 @@ SEC_DESC_BUF *se_create_child_secdesc(TALLOC_CTX *ctx, SEC_DESC *parent_ctr,
SEC_DESC *sd;
SEC_ACL *new_dacl, *the_acl;
SEC_ACE *new_ace_list = NULL;
int new_ace_list_ndx = 0, i;
unsigned int new_ace_list_ndx = 0, i;
size_t size;
/* Currently we only process the dacl when creating the child. The