]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth: Align integer types
authorVolker Lendecke <vl@samba.org>
Tue, 3 Feb 2026 17:49:31 +0000 (18:49 +0100)
committerAnoop C S <anoopcs@samba.org>
Sun, 15 Feb 2026 10:42:34 +0000 (10:42 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
auth/kerberos/kerberos_pac.c

index 37031ba43fdd541d3182cc7c0a6737ed97a6b23e..42da00001392d84c2c277e7d49995716fca2c5b9 100644 (file)
@@ -143,7 +143,7 @@ NTSTATUS kerberos_decode_pac(TALLOC_CTX *mem_ctx,
        DATA_BLOB modified_pac_blob;
 
        NTTIME tgs_authtime_nttime;
-       int i;
+       uint32_t i;
 
        struct PAC_SIGNATURE_DATA *srv_sig_ptr = NULL;
        struct PAC_SIGNATURE_DATA *kdc_sig_ptr = NULL;
@@ -446,7 +446,7 @@ NTSTATUS kerberos_pac_logon_info(TALLOC_CTX *mem_ctx,
 {
        NTSTATUS nt_status;
        struct PAC_DATA *pac_data;
-       int i;
+       uint32_t i;
        nt_status = kerberos_decode_pac(mem_ctx,
                                        blob,
                                        context,