s3:smb2_lock: pass in_lock_sequence to smbd_smb2_lock_send()
authorStefan Metzmacher <metze@samba.org>
Wed, 24 Oct 2012 12:53:05 +0000 (14:53 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 13 Aug 2018 15:34:53 +0000 (17:34 +0200)
commitd2485d5c1c6603eef3bd07fac6872222959a03bc
treeac706242ec75d80ce0f30557fb246d13752bef27
parent3fa9e0aa41ed8db8dbfff919c7f54df8cd986055
s3:smb2_lock: pass in_lock_sequence to smbd_smb2_lock_send()

Take the value from the client if the dialect is SMB2_10 or higher,
otherwise default to 0.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_lock.c