]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth: Align an integer type
authorVolker Lendecke <vl@samba.org>
Wed, 4 Nov 2020 10:09:06 +0000 (11:09 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 10 Nov 2020 19:49:33 +0000 (19:49 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
auth/ntlmssp/ntlmssp_client.c

index 58e4e3d6f42bc9da259db2c6d536b435b9686f49..af1642d325665590209b082f7b8f9b41272e849d 100644 (file)
@@ -430,7 +430,7 @@ NTSTATUS ntlmssp_client_challenge(struct gensec_security *gensec_security,
                const struct wbcBlob *wbc_auth_blob = NULL;
                const struct wbcBlob *wbc_session_key = NULL;
                wbcErr wbc_status;
-               int i;
+               size_t i;
                bool new_spnego = false;
 
                params.account_name = user;