smbd: If an smb_filename already has a pathref fsp don't overwrite it.
authorJeremy Allison <jra@samba.org>
Thu, 17 Dec 2020 07:59:50 +0000 (23:59 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 17 Dec 2020 18:56:28 +0000 (18:56 +0000)
commite7f1588ee490249204fd730663d2161d6a5fa6e0
tree4df3de86e80f36c3f1d0ca629b9a4cd58035c1fb
parent8559af63169730e008e838aebfdd63b135a9caf7
smbd: If an smb_filename already has a pathref fsp don't overwrite it.

That leaks fsps.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/files.c