summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-11-20 17:03:17 +0100
committerJeremy Allison <jra@samba.org>2018-11-28 17:44:15 +0100
commit130e034fbb7d13a54deb2421bf36eba4ed816f1b (patch)
treead12bba162c33798f61d7cabd56cb56cfca2e321 /source4
parent899bbb44074b843e144b3f61795d4ac43268e599 (diff)
downloadsamba-130e034fbb7d13a54deb2421bf36eba4ed816f1b.tar.gz
auth: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/kerberos/kerberos_pac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/kerberos_pac.c b/source4/auth/kerberos/kerberos_pac.c
index cd5a31a7408..e45a846cd88 100644
--- a/source4/auth/kerberos/kerberos_pac.c
+++ b/source4/auth/kerberos/kerberos_pac.c
@@ -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++) {