(krb5_rd_rep): save the remote sub key in the auth_context
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10093 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -97,7 +97,10 @@ krb5_rd_rep(krb5_context context,
|
||||
goto out;
|
||||
}
|
||||
if ((*repl)->seq_number)
|
||||
auth_context->remote_seqnumber = *((*repl)->seq_number);
|
||||
krb5_auth_con_setremoteseqnumber(context, auth_context,
|
||||
*((*repl)->seq_number));
|
||||
if ((*repl)->subkey)
|
||||
krb5_auth_con_setremotesubkey(context, auth_context, (*repl)->subkey);
|
||||
|
||||
out:
|
||||
krb5_data_free (&data);
|
||||
|
Reference in New Issue
Block a user