add krb5_kt_have_content

This commit is contained in:
Love Hornquist Astrand
2011-04-07 07:12:03 -07:00
parent f1718af272
commit 372db4d853
4 changed files with 58 additions and 11 deletions

View File

@@ -224,7 +224,8 @@ check_escaped_strings(void)
}
if (*s || *e)
errx(1, "Configuation string list for value [%s] has incorrect length.\n");
errx(1, "Configuation string list for value [%s] has incorrect length.",
config_strings_tests[i].name);
krb5_config_free_strings(ps);
}