prevent implicit hydration when setting file permissions on shortcuts
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 5 Nov 2024 16:39:28 +0000 (17:39 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 22 Nov 2024 08:50:08 +0000 (09:50 +0100)
commitb6b0a9d4a33e167fa73bf412cb2e6ba511fb496d
treee41752584771f964b9043e8021e0f52e9f98c961
parentcaf1d492b19f6364776b9113e665eb38a2b45d2c
prevent implicit hydration when setting file permissions on shortcuts

we were using specialized API to set the file permissions on the windows
shortcut and later falling back to the generic code path due to the
mising return

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/common/filesystembase.cpp