smbd: Fix an ancient oplock bug
authorVolker Lendecke <vl@samba.org>
Wed, 4 Sep 2013 11:57:00 +0000 (13:57 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 4 Sep 2013 18:35:59 +0000 (11:35 -0700)
commit0670975261c5f29394f9e9d25f899a7de948dad1
tree4f6f2797de2e5a7e2e694a0d2b42d92851d787ea
parent38e43961c01f6f491b069e7106fe2a2ec80bd840
smbd: Fix an ancient oplock bug

If we get an oplock break response, we forgot to remove the oplock break
timeout.

Found by stopping raw.oplock.exclusive5 after the 2nd open and watching a debug
level 10 log. This amends 08a9de89 from 2007.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/oplock.c