]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Remove call_trans2setfilepathinfo()
authorVolker Lendecke <vl@samba.org>
Fri, 30 Dec 2022 09:27:11 +0000 (10:27 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 4 Jan 2023 08:54:32 +0000 (08:54 +0000)
commit3b76bc9689c4a1ac8bed2b9e2d13eb03dedfddc9
treecf7fa124780d3e85d98e02609bf62c7f2bca5a84
parent5f38f23668b6c3af4515facd37f1f3bea97d32f4
smbd: Remove call_trans2setfilepathinfo()

What's left was just a simple wrapper around smbd_do_setfilepathinfo()
and handle_trans2setfilepathinfo_result()

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