]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs: Fix streams_xattr_openat
authorVolker Lendecke <vl@samba.org>
Wed, 9 Oct 2024 10:00:28 +0000 (12:00 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 12 Nov 2024 12:09:35 +0000 (12:09 +0000)
commit45f50eee06d36830bd10adc959ddb47b3ccb56ed
tree75600924a4c4e93fde371f23dfc684144637642a
parentea597019aad2fb8d34f3766741a4c2aee3388801
vfs: Fix streams_xattr_openat

This emulates openat, and trying to open a non-existing file should
result in ENOENT and not ENOATTR

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