s3:smbd: remove duplicate assignment of base_fsp in create_file_unixpath()
authorStefan Metzmacher <metze@samba.org>
Mon, 4 Jan 2021 15:33:09 +0000 (16:33 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 14 Jan 2021 11:30:38 +0000 (11:30 +0000)
commit42c60703f2e7417168774f7b5a0ff25299e3b6a2
tree5340a6123f85bcfd1b8ad9325233e86190036eba
parent87b4a8f35a8ab993eec806022986fdf860c8bbc7
s3:smbd: remove duplicate assignment of base_fsp in create_file_unixpath()

This has already been set a few lines above. The duplicate was the result of
restructuring create_file_unixpath() a few months ago, allocating fsp in
create_file_unixpath() instead of in the callees open_file_ntcreate() or
open_directory() respectively.

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