mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
branches.cpp
This commit is contained in:
parent
2f0402e582
commit
27c255d256
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user