smbd/smb2_ioctl: fix error handling
commit8357dcb4697fba30591968e60a7fdb51aa29a4bf
authorRalph Boehme <slow@samba.org>
Tue, 9 Jun 2015 15:47:31 +0000 (9 17:47 +0200)
committerRalph Böhme <slow@samba.org>
Tue, 23 Jun 2015 09:45:23 +0000 (23 11:45 +0200)
tree5ea2b1633450171af65980a227d49f5efaaf573c
parentf0d6e4e3c3e9874f78439347ad7a68a3bbe9285a
smbd/smb2_ioctl: fix error handling

tevent_req_nterror must be called directly as the last step before
returning with tevent_req_post.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_ioctl_network_fs.c