summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-06-03 11:34:51 +0200
committerJeremy Allison <jra@samba.org>2019-06-18 12:54:00 +0000
commit8cfb37010fdb4c8dc0fc29cc72cf21063b7d534d (patch)
treeb6e4f67f15a5dec82e77619830f188b62d1edb0b /source3/smbd/globals.h
parente335b87503ea7f12e012d2aec84cd2946d71c161 (diff)
downloadsamba-8cfb37010fdb4c8dc0fc29cc72cf21063b7d534d.tar.gz
smbd: smbd_do_locking() does not use the "type" param anymore
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 02f1e58b77b..10f6e60a50f 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -117,7 +117,6 @@ void smbd_unlock_socket(struct smbXsrv_connection *xconn);
NTSTATUS smbd_do_locking(struct smb_request *req,
files_struct *fsp,
- uint8_t type,
int32_t timeout,
uint16_t num_locks,
struct smbd_lock_element *locks,