(krb5_rd_req_ctx): Use the correct keyblock when verifying the PAC.

From Andrew Bartlett.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19792 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-10 12:10:17 +00:00
parent 0b44e8aede
commit a84be6224b

View File

@@ -855,7 +855,7 @@ krb5_rd_req_ctx(krb5_context context,
pac, pac,
o->ticket->ticket.authtime, o->ticket->ticket.authtime,
o->ticket->client, o->ticket->client,
&o->ticket->ticket.key, o->keyblock,
NULL); NULL);
krb5_pac_free(context, pac); krb5_pac_free(context, pac);
if (ret) if (ret)