Some support for KRB5_AUTH_CONTEXT_DO_SEQUENCE

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1807 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-01 14:37:54 +00:00
parent a44adf98c8
commit 9cb6e5dddc
8 changed files with 81 additions and 9 deletions

View File

@@ -51,6 +51,8 @@ krb5_rd_rep(krb5_context context,
return KRB5KRB_AP_ERR_MUT_FAIL;
#endif
}
if ((*repl)->seq_number)
auth_context->remote_seqnumber = *((*repl)->seq_number);
return 0;
}