From: Michael Adam Date: Thu, 31 Jul 2008 21:15:35 +0000 (+0200) Subject: libnet keytab: use proper counter type (uint32_t) in libnet_keytab_add(). X-Git-Tag: samba-3.3.0pre1~298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0bd9195f04ae0f45c2e571d31625b31347f13e9;p=thirdparty%2Fsamba.git libnet keytab: use proper counter type (uint32_t) in libnet_keytab_add(). Michael --- diff --git a/source/libnet/libnet_keytab.c b/source/libnet/libnet_keytab.c index b427e879c32..230a4a21f87 100644 --- a/source/libnet/libnet_keytab.c +++ b/source/libnet/libnet_keytab.c @@ -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; icount; i++) {