(check_section): when key isn't found, don't print out all known keys

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11612 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-01-23 19:53:19 +00:00
parent e0a89410d7
commit 50c24d50f2

View File

@@ -482,8 +482,6 @@ check_section(krb5_context context, const char *path, krb5_config_section *cf,
}
if(e->name == NULL) {
krb5_warnx(context, "%s: unknown entry", local);
for(e = entries; e->name != NULL; e++)
krb5_warnx(context, " %s", e->name);
error |= 1;
}
free(local);