]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Simplify smb_set_posix_acl()
authorVolker Lendecke <vl@samba.org>
Wed, 4 Dec 2024 08:01:15 +0000 (09:01 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Dec 2024 12:30:30 +0000 (12:30 +0000)
commit3a16c35ab48bbca2fa047ea17611801f85b0a1b5
treef95917358d9b205b69140c9153b2721336b30c72
parentb768c54bd59614e300db5bcabd5e86a9b5c0479d
smbd: Simplify smb_set_posix_acl()

Call get_posix_fsp() in the caller, this removes if-conditions in
smb_set_posix_acl() itself

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
source3/smbd/smb1_trans2.c