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_,