1
0
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:
Volker Lendecke 2019-05-16 12:53:13 +02:00 committed by Jeremy Allison
parent 8c6fd8bb07
commit c67694ee0f

View File

@ -1950,7 +1950,6 @@ static bool delay_for_oplock(files_struct *fsp,
if (lease_is_breaking && !first_open_attempt) {
delay = true;
}
continue;
}
return delay;