From 5b7163a23d92e0a0b00939218edfd685814d7881 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 7 May 2010 07:25:13 -0700 Subject: Only MULTIPLE-UNLOCK test left to fix ! Jeremy. --- source3/smbd/smb2_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/smb2_read.c') diff --git a/source3/smbd/smb2_read.c b/source3/smbd/smb2_read.c index 2f36804bf6..7a92cdf920 100644 --- a/source3/smbd/smb2_read.c +++ b/source3/smbd/smb2_read.c @@ -261,7 +261,7 @@ static struct tevent_req *smbd_smb2_read_send(TALLOC_CTX *mem_ctx, } init_strict_lock_struct(fsp, - in_smbpid, + in_file_id_volatile, in_offset, in_length, READ_LOCK, -- cgit