1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

libnet keytab: use proper counter type (uint32_t) in libnet_keytab_add().

Michael
(This used to be commit d0bd9195f0)
This commit is contained in:
Michael Adam
2008-07-31 23:15:35 +02:00
parent 03b6502dc6
commit 134d8319c9

View File

@@ -261,7 +261,7 @@ done:
krb5_error_code libnet_keytab_add(struct libnet_keytab_context *ctx)
{
krb5_error_code ret = 0;
int i;
uint32_t i;
for (i=0; i<ctx->count; i++) {