mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s3: smbd: Locking - convert to using utility macro used elsewhere.
Bug #10684 - SMB1 blocking locks can fail notification on unlock, causing client timeout. https://bugzilla.samba.org/show_bug.cgi?id=10684 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE>
This commit is contained in:
parent
4126f9716b
commit
517fa80bd3
@ -500,8 +500,7 @@ static bool process_lockingX(struct blocking_lock_record *blr)
|
||||
return True;
|
||||
}
|
||||
|
||||
if (!NT_STATUS_EQUAL(status,NT_STATUS_LOCK_NOT_GRANTED) &&
|
||||
!NT_STATUS_EQUAL(status,NT_STATUS_FILE_LOCK_CONFLICT)) {
|
||||
if (!ERROR_WAS_LOCK_DENIED(status)) {
|
||||
/*
|
||||
* We have other than a "can't get lock"
|
||||
* error. Free any locks we had and return an error.
|
||||
|
Loading…
x
Reference in New Issue
Block a user