smbd: Simplify smbd_smb2_setinfo_send()
authorVolker Lendecke <vl@samba.org>
Wed, 3 Jul 2019 11:44:59 +0000 (13:44 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 8 Jul 2019 16:22:37 +0000 (16:22 +0000)
commitcb2e6226fe666c9dc0b1e36411341db729b19d02
treec93ec58ee445d0a5f6fa9afd6e8fb2e70dcbcdac
parent81011f5ea1f411ddfae6af527230d480dc2bbbb4
smbd: Simplify smbd_smb2_setinfo_send()

Avoid an "else" branch

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_setinfo.c