]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: fix DOS attributes for reparse points in fdos_mode()
authorRalph Boehme <slow@samba.org>
Tue, 26 Nov 2024 17:21:32 +0000 (18:21 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 27 Nov 2024 18:22:29 +0000 (18:22 +0000)
commit306d4e7fffe3a0b2311cbf5c3cc658af5660cb5f
tree5259635b8d5952dd46ba4f931aabb2ee35db60d0
parent21ef00d0f00fa2852e41019a796005c1a06ae418
smbd: fix DOS attributes for reparse points in fdos_mode()

Reparse have only FILE_ATTRIBUTE_REPARSE_POINT set, but never
FILE_ATTRIBUTE_NORMAL or FILE_ATTRIBUTE_DIRECTORY at the same time.

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