smbd: build smb_fname per file to delete in unlink_internals()
authorRalph Boehme <slow@samba.org>
Fri, 19 Jun 2020 10:31:23 +0000 (12:31 +0200)
committerJeremy Allison <jra@samba.org>
Sat, 18 Jul 2020 07:21:10 +0000 (07:21 +0000)
commitda1103dbdc9d9901ff1e95d6a0d81db53c6ebcec
tree634983f1dd8c4872ee982356e62741f989c01f03
parentf31108cd7dc043b7094041363275f92b4390e0fc
smbd: build smb_fname per file to delete in unlink_internals()

Make sure to pass fresh smb_fname's to do_unlink(). Needed for path-ref fsps in
the future.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Jul 18 07:21:11 UTC 2020 on sn-devel-184
source3/smbd/reply.c