kdc: Finish incomplete warning message
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
079088e543
commit
68b475fa2e
@@ -1960,7 +1960,7 @@ krb5_kdc_pk_initialize(krb5_context context,
|
|||||||
NULL,
|
NULL,
|
||||||
NULL);
|
NULL);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
krb5_warn(context, ret, "PKINIT: ");
|
krb5_warn(context, ret, "PKINIT: failed to load ID");
|
||||||
config->enable_pkinit = 0;
|
config->enable_pkinit = 0;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user