s3:smbd: fix the error cleanup in create_file_unixpath()
authorStefan Metzmacher <metze@samba.org>
Mon, 21 Dec 2020 15:40:01 +0000 (16:40 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 14 Jan 2021 11:30:38 +0000 (11:30 +0000)
commit87b4a8f35a8ab993eec806022986fdf860c8bbc7
treea369bf2f3b7dbcb3d5438bb7ad0c3713455b0e33
parent22bebaf8589ff6ff95fe59f14f632b3b90471920
s3:smbd: fix the error cleanup in create_file_unixpath()

We always need to cleanup the base_fsp!

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