smbd: Fix CID 1035550 Structurally dead code
commitadc3ac9ecdd7000c629b74d6477bbd59124cc7d2
authorVolker Lendecke <vl@samba.org>
Sat, 22 Jun 2013 16:43:00 +0000 (22 18:43 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 12 Aug 2013 05:25:54 +0000 (12 17:25 +1200)
tree14edb2d1eb12e47ad5291632865c565c7de97203
parent8420d1c8ee031bb48d3bd845515355251a799633
smbd: Fix CID 1035550 Structurally dead code

Just a single ctl_code from my point of view is okay with an if(). All
other cases are handled behind the VFS these days.

The dead code was the last tevent_req_nterror and post routines.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/smbd/smb2_ioctl_named_pipe.c