s3:smbd: fix parsing of SMB2 Lock requests with lock_count > 1
authorStefan Metzmacher <metze@samba.org>
Thu, 9 Jul 2009 09:33:58 +0000 (11:33 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 10 Jul 2009 10:24:23 +0000 (12:24 +0200)
commit24c8e786bcdf2d10e378b655e1df69c2533f7804
tree45f429902fc60ff03d2bd3cb3d8c2551aece4b28
parent12ed9ca36a4f8d2f3798f357a619389c26c9feea
s3:smbd: fix parsing of SMB2 Lock requests with lock_count > 1

We should not reuse the variable 'i'.

metze
source3/smbd/smb2_lock.c