mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libcli: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
21359f4fc6
commit
bf531c249d
@ -680,7 +680,7 @@ struct security_ace *security_ace_create(TALLOC_CTX *mem_ctx,
|
||||
*******************************************************************/
|
||||
bool security_descriptor_with_ms_nfs(const struct security_descriptor *psd)
|
||||
{
|
||||
int i;
|
||||
uint32_t i;
|
||||
|
||||
if (psd->dacl == NULL) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user