]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs: Simplify streams_xattr_unlinkat()
authorVolker Lendecke <vl@samba.org>
Fri, 11 Feb 2022 09:20:54 +0000 (10:20 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 11 Feb 2022 20:54:37 +0000 (20:54 +0000)
commit30bbff383e7f084ef7da7b14ba8a35d73a5da2f2
treeb046f7577ef9065149f8007103d218e9980fc73d
parentaacb3618c10ec65056011c1366c1b82cba29cc89
vfs: Simplify streams_xattr_unlinkat()

It would be a logic error to call rmdir on a stream. This simplifies
the logic a bit.

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