mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 10:37:31 +08:00
branch_tier.cpp
This commit is contained in:
parent
54c019814f
commit
b85a9c82f9
|
@ -30,8 +30,7 @@ namespace l
|
||||||
for(auto &path : paths)
|
for(auto &path : paths)
|
||||||
{
|
{
|
||||||
table["path"] = path;
|
table["path"] = path;
|
||||||
branches_.emplace_back(table);
|
branches_.push_back(table);
|
||||||
branches_.emplace_back(table);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user