summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-03 14:10:22 +0000
committerJeremy Allison <jra@samba.org>2014-07-04 08:52:31 +0200
commit085c7a71fde37cb2a67a4c67673cd22f8acf0861 (patch)
tree8bb39b72b12df73c25d1f496684019d0131b6ed6 /source3/smbd/reply.c
parent5a1fb2eb0dc849bba5f74ef874d7629cd611929f (diff)
downloadsamba-085c7a71fde37cb2a67a4c67673cd22f8acf0861.tar.gz
samba-085c7a71fde37cb2a67a4c67673cd22f8acf0861.tar.xz
samba-085c7a71fde37cb2a67a4c67673cd22f8acf0861.zip
smbd: do_lock_cancel does not need "blr" anymore
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jul 4 08:52:31 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 93fc708d57..ac2facf528 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -7773,8 +7773,7 @@ NTSTATUS smbd_do_locking(struct smb_request *req,
e->smblctx,
e->count,
e->offset,
- WINDOWS_LOCK,
- blr);
+ WINDOWS_LOCK);
} else {
bool blocking_lock = timeout ? true : false;
bool defer_lock = false;