smbd: Remove a pointless "continue" statement
authorVolker Lendecke <vl@samba.org>
Thu, 16 May 2019 10:53:13 +0000 (12:53 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 16 May 2019 22:33:21 +0000 (22:33 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c

index b6ae3d36ac1599f72943fdddd46ece8df6b2077c..ab7999ada2437ffc457dc6f155c7b91eec71ce36 100644 (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;