diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 530841be..2d0d9615 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -135,7 +135,8 @@ FUSE::getattr(const fuse_req_ctx_t *ctx_, struct stat *st_, fuse_timeouts_t *timeout_) { - const ugid::Set ugid(ctx_); + // const ugid::Set ugid(ctx_); + const ugid::SetRoot _; return FUSE::getattr(fusepath_,st_,timeout_); }