Skip to content

Commit

Permalink
auth: Align integer types
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
vlendec authored and jrasamba committed Nov 28, 2018
1 parent 899bbb4 commit 130e034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source4/auth/kerberos/kerberos_pac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 130e034

Please sign in to comment.