From 0280fd9f877add2ae2a497e4d865607aea3f7aea Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 13 Feb 2024 23:47:07 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 40726230..cf63cd7e 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -95,7 +95,7 @@ namespace l static int getattr(std::string const &fullpath_, - FollowSymlinks const followsymlinks_) + FollowSymlinks const followsymlinks_, struct stat *st_) { int rv;