Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 20 hours ago
parent
commit
fee7672479
  1. 3
      src/fuse_getattr.cpp

3
src/fuse_getattr.cpp

@ -99,7 +99,8 @@ _getattr(const fs::path &fusepath_,
" gid: {}\n"
,
fusepath_.string(),
getuid(),
getgid()
);
}

Loading…
Cancel
Save