callback: clear replay cache on session recovery
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
96e560c9db
commit
2f0393e7d3
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ int nfs41_session_renew(
|
|||
int status;
|
||||
|
||||
AcquireSRWLockExclusive(&session->client->session_lock);
|
||||
session->cb_session.cb_seqnum = 0;
|
||||
status = reinit_slot_table(&session->table);
|
||||
if (status) {
|
||||
eprintf("init_slot_table failed %d\n", status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue