(_krb5_pk_rd_pa_reply): pass down the req_buffer in the w2k case

too. From Douglas E. Engert.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16801 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-03-23 17:19:14 +00:00
parent 1bb14914c1
commit a603f569c3

View File

@@ -1821,7 +1821,7 @@ _krb5_pk_rd_pa_reply(krb5_context context,
return ret;
}
ret = pk_rd_pa_reply_enckey(context, COMPAT_WIN2K, &ci, ctx,
etype, hi, nonce, NULL, pa, key);
etype, hi, nonce, req_buffer, pa, key);
free_ContentInfo(&ci);
break;
default: