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