]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: replace calls to check_access() with smbd_check_access_rights()
authorRalph Boehme <slow@samba.org>
Tue, 27 Oct 2020 11:23:00 +0000 (12:23 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 19 Nov 2020 20:00:38 +0000 (20:00 +0000)
commit7f0008a992b60fda8f2eb04553b547029bb421fc
tree66c0cdd50c2e579d45c0b2fe7676675ca445945e
parented88f59189cfc3cd4f0492b0812fffc04cfa6a7c
smbd: replace calls to check_access() with smbd_check_access_rights()

check_access() is a 1:1 wrapper arounf smbd_check_access_rights().

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