s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_pare...
authorJeremy Allison <jra@samba.org>
Wed, 9 Jun 2021 19:22:26 +0000 (12:22 -0700)
committerNoel Power <npower@samba.org>
Fri, 11 Jun 2021 10:17:46 +0000 (10:17 +0000)
commit4f20d310af2bb1f96dea4810a7130492cc4cfc55
tree1387c1914093dd78b3accb3833604ed219af1e3a
parentf4f1206c75ea0b3da513e9a11012f693780ff486
s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path.

Caller is still using this !

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14736

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power<npower@samba.org>
Autobuild-User(master): Noel Power <npower@samba.org>
Autobuild-Date(master): Fri Jun 11 10:17:46 UTC 2021 on sn-devel-184
source3/smbd/open.c