From d58b7955871213a4d0d4b77d080f6fc716350054 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 5 May 2010 15:57:57 -0700 Subject: Move to MS-FSA algorithm when checking for invalid lock range. Satisfies SMB and SMB2. Jeremy. --- source3/smbd/smb2_lock.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/smbd') diff --git a/source3/smbd/smb2_lock.c b/source3/smbd/smb2_lock.c index 9e699159ff..7b01889c46 100644 --- a/source3/smbd/smb2_lock.c +++ b/source3/smbd/smb2_lock.c @@ -277,7 +277,6 @@ static struct tevent_req *smbd_smb2_lock_send(TALLOC_CTX *mem_ctx, } for (i=0; i max_count) { - tevent_req_nterror(req, NT_STATUS_INVALID_LOCK_RANGE); - return tevent_req_post(req, ev); - } } state->locks = locks; -- cgit