Sending kvno makes secd happy.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1110 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-12-15 23:04:07 +00:00
parent 481f6df776
commit 68ba594f44

View File

@@ -34,7 +34,7 @@ krb5_build_ap_req (krb5_context context,
decode_Ticket(cred->ticket.data, cred->ticket.length, &t);
ap.ticket.enc_part.etype = t.enc_part.etype;
ap.ticket.enc_part.kvno = NULL;
ap.ticket.enc_part.kvno = t.enc_part.kvno;
ap.ticket.enc_part.cipher = t.enc_part.cipher;
memcpy(&key, cred->session.contents.data, sizeof(key));