]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli: Align integer types
authorVolker Lendecke <vl@samba.org>
Tue, 28 Jan 2020 14:39:29 +0000 (15:39 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 30 Jan 2020 12:27:40 +0000 (12:27 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
libcli/security/security_descriptor.c

index 7b7a13d421d8dd0080ec11afb0a565ed908f4bba..7761eca350686185e66a034232632ba57eaea7fa 100644 (file)
@@ -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;