s3-smb2_server: fix ioctl InputOffset checking
authorDavid Disseldorp <ddiss@suse.de>
Wed, 28 Sep 2011 12:45:42 +0000 (14:45 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Thu, 29 Sep 2011 11:14:21 +0000 (13:14 +0200)
commitdbcd59f46b0d2125dfb6eb82b3d92be228c6ae4b
treee225e4ee139d4730b9a11d9485d9853b3bb311f4
parent18482957daa2e2122ef39426a8fff167df3c9377
s3-smb2_server: fix ioctl InputOffset checking

Currently the InputOffset is always check to point to the input data
buffer, regardless of whether input data is present.

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