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