Less verbose error message.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19304 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-10 01:12:00 +00:00
parent 8a32874a95
commit c7d5dd6b32

View File

@@ -1424,7 +1424,7 @@ _kdc_pk_initialize(krb5_context context,
NULL, NULL,
NULL); NULL);
if (ret) { if (ret) {
krb5_warn(context, ret, "PKINIT: failed to load"); krb5_warn(context, ret, "PKINIT: ");
config->enable_pkinit = 0; config->enable_pkinit = 0;
return ret; return ret;
} }