]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Align integer types
authorVolker Lendecke <vl@samba.org>
Fri, 15 Jan 2021 15:02:52 +0000 (16:02 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 22 Jan 2021 19:54:38 +0000 (19:54 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/util_nttoken.c

index ffa858d77946e717a4c93fff399be6fe55cc25ef..5fa513f604e9d9343e4990d13fead680cee4288f 100644 (file)
@@ -74,7 +74,7 @@ NTSTATUS merge_nt_token(TALLOC_CTX *mem_ctx,
 {
        struct security_token *token = NULL;
        NTSTATUS status;
-       int i;
+       uint32_t i;
 
        if (!token_1 || !token_2 || !token_out) {
                return NT_STATUS_INVALID_PARAMETER;