svn commit: lorikeet r700 - in trunk/heimdal/lib/krb5: .

abartlet at samba.org abartlet at samba.org
Wed Jan 10 01:55:08 GMT 2007


Author: abartlet
Date: 2007-01-10 01:55:07 +0000 (Wed, 10 Jan 2007)
New Revision: 700

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=700

Log:
Use the correct keyblock when verifying the PAC.

Andrew Bartlett

Modified:
   trunk/heimdal/lib/krb5/rd_req.c


Changeset:
Modified: trunk/heimdal/lib/krb5/rd_req.c
===================================================================
--- trunk/heimdal/lib/krb5/rd_req.c	2007-01-10 01:44:18 UTC (rev 699)
+++ trunk/heimdal/lib/krb5/rd_req.c	2007-01-10 01:55:07 UTC (rev 700)
@@ -855,7 +855,7 @@
 				  pac, 
 				  o->ticket->ticket.authtime,
 				  o->ticket->client, 
-				  &o->ticket->ticket.key, 
+				  o->keyblock, 
 				  NULL);
 	    krb5_pac_free(context, pac);
 	    if (ret)



More information about the samba-cvs mailing list