better error message

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24194 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-15 04:31:12 +00:00
parent dc7cea0417
commit f4aeb0d5cf

View File

@@ -1640,6 +1640,7 @@ _kdc_as_rep(krb5_context context,
reply_key = &ckey->key; reply_key = &ckey->key;
#if PKINIT #if PKINIT
if (pkp) { if (pkp) {
e_text = "Failed to build PK-INIT reply";
ret = _kdc_pk_mk_pa_reply(context, config, pkp, client, ret = _kdc_pk_mk_pa_reply(context, config, pkp, client,
req, req_buffer, req, req_buffer,
&reply_key, rep.padata); &reply_key, rep.padata);