mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
s3: smbd: fix deferred renames
This was broken by c7a9e0e4cdfb22e66533b5c8e20af3cfdb8ae78c. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14679 CI: https://gitlab.com/samba-team/samba/-/merge_requests/1875 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@amba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Wed Mar 31 06:13:39 UTC 2021 on sn-devel-184
This commit is contained in:
parent
8d9a0b8d57
commit
10d753868e
@ -1 +0,0 @@
|
||||
^samba3.smb2.lease.rename_wait\(nt4_dc\)
|
@ -214,6 +214,7 @@ static bool delay_rename_lease_break_fn(
|
||||
return false;
|
||||
}
|
||||
|
||||
state->delay = true;
|
||||
break_to = (e_lease_type & ~SMB2_LEASE_HANDLE);
|
||||
|
||||
send_break_message(
|
||||
|
Loading…
x
Reference in New Issue
Block a user