From bd69b31733afd3533dcff9bf8b350912a2ab18fe Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 13 Feb 2024 23:57:05 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 35f11c89..998a8f8e 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -99,7 +99,7 @@ namespace l struct stat *st_) { int rv; - + switch(followsymlinks_) { case FollowSymlinks::ENUM::NEVER: @@ -124,7 +124,7 @@ namespace l return rv; } - + static int getattr(const Policy::Search &searchFunc_,