Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 23 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" " gid: {}\n"
, ,
fusepath_.string(), fusepath_.string(),
getuid(),
getgid()
); );
} }

Loading…
Cancel
Save