]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: use check_access_fsp() in set_ea()
authorRalph Boehme <slow@samba.org>
Tue, 27 Oct 2020 20:12:22 +0000 (21:12 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 16 Dec 2020 09:08:31 +0000 (09:08 +0000)
commit5bec96219b64009fcdd79294c5395cf0cdd79d2d
tree49f97954aea66e7b225281bdd9a2d182b4f69b0a
parenta716c5569c76d771d07d1e8172fa31be5fa15b39
smbd: use check_access_fsp() in set_ea()

We now always have a fsp.

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