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:
@@ -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++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user