If _kdc_pk_check_client failes, bail out directly and hand the error back to the client.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20742 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-05-31 17:15:15 +00:00
parent 20686d11f3
commit 1c488f05de

View File

@@ -1066,7 +1066,7 @@ _kdc_as_rep(krb5_context context,
kdc_log(context, config, 0, "%s", e_text); kdc_log(context, config, 0, "%s", e_text);
pkp = NULL; pkp = NULL;
goto ts_enc; goto out;
} }
found_pa = 1; found_pa = 1;
et.flags.pre_authent = 1; et.flags.pre_authent = 1;