mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
smbd: Remove a pointless "continue" statement
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
8c6fd8bb07
commit
c67694ee0f
@ -1950,7 +1950,6 @@ static bool delay_for_oplock(files_struct *fsp,
|
||||
if (lease_is_breaking && !first_open_attempt) {
|
||||
delay = true;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
return delay;
|
||||
|
Loading…
Reference in New Issue
Block a user