smbd: Simplify users of fsp_fullbasepath()
commit57e548841f9b560e7caf84965e3ca4d36997bf17
authorVolker Lendecke <vl@samba.org>
Sun, 4 Feb 2024 10:10:18 +0000 (4 11:10 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 28 Mar 2024 08:05:34 +0000 (28 08:05 +0000)
tree29c438e6bb9bf75ba7f9bc279c3cedf7467bbfc1
parent06c589aaa1a30e5577d9de4532246949f30809e5
smbd: Simplify users of fsp_fullbasepath()

All three users had to strip a trailing "/.". Centralize this.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/files.c
source3/smbd/notify.c