(krb5_rd_req): if we have a keyblock in auth context, use that

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12914 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-23 10:43:50 +00:00
parent ff3a43e965
commit 29f526b115

View File

@@ -505,8 +505,13 @@ krb5_rd_req(krb5_context context,
&keyblock);
if(ret)
goto out;
} else {
ret = krb5_copy_keyblock(context,
(*auth_context)->keyblock,
&keyblock);
if (ret)
goto out;
}
ret = krb5_verify_ap_req(context,
auth_context,