kdc: Finish incomplete warning message

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-06-23 12:47:07 +12:00
committed by Jeffrey Altman
parent 079088e543
commit 68b475fa2e

View File

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