mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
lib: Fix a signed/unsigned hickup
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
be21ae621f
commit
46fac3b796
@ -373,7 +373,7 @@ static krb5_error_code fill_mem_keytab_from_system_keytab(krb5_context krbctx,
|
||||
NULL, NULL, NULL, NULL };
|
||||
char *entry_princ_s = NULL;
|
||||
fstring my_name, my_fqdn;
|
||||
int i;
|
||||
unsigned i;
|
||||
int err;
|
||||
|
||||
/* Generate the list of principal names which we expect
|
||||
|
Loading…
Reference in New Issue
Block a user