auth: Align integer types
authorVolker Lendecke <vl@samba.org>
Tue, 20 Nov 2018 16:03:17 +0000 (17:03 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 28 Nov 2018 16:44:15 +0000 (17:44 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/auth/kerberos/kerberos_pac.c

index cd5a31a740876f3f25c92eda2d01292cd540e5b8..e45a846cd8890135f4000be6b1a530910b3b6e7d 100644 (file)
@@ -48,7 +48,7 @@
        DATA_BLOB tmp_blob = data_blob(NULL, 0);
        struct PAC_SIGNATURE_DATA *kdc_checksum = NULL;
        struct PAC_SIGNATURE_DATA *srv_checksum = NULL;
-       int i;
+       uint32_t i;
 
        /* First, just get the keytypes filled in (and lengths right, eventually) */
        for (i=0; i < pac_data->num_buffers; i++) {