mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-06 02:24:37 +08:00
branches.cpp
This commit is contained in:
@ -202,7 +202,11 @@ namespace l
|
||||
|
||||
for(auto &b : *branches_)
|
||||
{
|
||||
fs::ecpath ecpath;
|
||||
|
||||
ecpath = fs::find_mount_point(b.path);
|
||||
if(ecpath)
|
||||
b.mount_path = *ecpath;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user