]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Slightly simplify smbd_smb2_create_send()
authorVolker Lendecke <vl@samba.org>
Sun, 27 Dec 2020 11:13:51 +0000 (12:13 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 12 Jan 2021 00:10:30 +0000 (00:10 +0000)
commit9c16c212fda67734c604f799ea25348d721312e0
treeeced0938760bb455d060ed80dddf58070180f3e7
parentb31405e31bc29c3ff3f4232c20363ad5a52c80dc
smbd: Slightly simplify smbd_smb2_create_send()

If we return unconditionally, "else" is not needed

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_create.c