From 46fac3b796318680674da242c475a4f6cb747ade Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 18 Oct 2016 12:51:16 +0200 Subject: [PATCH] lib: Fix a signed/unsigned hickup Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- source3/librpc/crypto/gse_krb5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/librpc/crypto/gse_krb5.c b/source3/librpc/crypto/gse_krb5.c index 2ee075da15e..71b2338c0ba 100644 --- a/source3/librpc/crypto/gse_krb5.c +++ b/source3/librpc/crypto/gse_krb5.c @@ -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