smbd: Inline dup_file_fsp() into fcb_or_dos_open()
commit3ab6a9a9bf2cadee2930a3a4bf0685c901a7ee5d
authorVolker Lendecke <vl@samba.org>
Thu, 10 Oct 2024 14:34:50 +0000 (10 16:34 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 12 Nov 2024 18:07:33 +0000 (12 18:07 +0000)
tree6bf1136e00d4c5b66a7408b302387203ed6c9554
parent6e9c6dd6d6dc720a50efdbb1c88350354271e066
smbd: Inline dup_file_fsp() into fcb_or_dos_open()

Only used once, an not really complex

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/files.c
source3/smbd/proto.h
source3/smbd/smb1_utils.c