Browse Source

mergerfs_fsck.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
4d86087e99
  1. 2
      src/mergerfs_fsck.cpp

2
src/mergerfs_fsck.cpp

@ -175,7 +175,7 @@ _get_allpaths(const std::string &mergerfs_path_,
int rv;
std::vector<std::string> allpaths;
rv = mergerfs::api::allpaths(mergerfs_path_,allpaths);
rv = mergerfs::api::allpaths(mergerfs_path_,&allpaths);
if(rv < 0)
return rv;

Loading…
Cancel
Save