From d8e7027c9da3577cadbd23af49a53ca5b546333a Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 19 Nov 2016 02:04:07 -0500 Subject: [PATCH] admin: do_list do not shadow local variables Remove second declaration of 's' which shadows an existing variable. Change-Id: I2277663ab051fb4ed10823fb43489cee06bb502b --- admin/list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/list.c b/admin/list.c index 4bf140737..ffb3f0108 100644 --- a/admin/list.c +++ b/admin/list.c @@ -129,7 +129,6 @@ do_list(struct list_options *opt, const char *keytab_str) if (entry.aliases) { unsigned int i; struct rk_strpool *p = NULL; - char *s; for (i = 0; i< entry.aliases->len; i++) { krb5_unparse_name_fixed(context, entry.principal, buf, sizeof(buf));