mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 07:32:35 +08:00
branches2.cpp
This commit is contained in:
parent
0c75e08b8a
commit
9ae8b8095c
|
@ -26,9 +26,12 @@ Branches2::Branches2(toml::value const &v_)
|
|||
void
|
||||
Branches2::copy_enabled_rw(Branches2 &b_)
|
||||
{
|
||||
_branches.resize(b_._branches.size());
|
||||
for(auto const &bt : _branches)
|
||||
{
|
||||
BranchTier newbt;
|
||||
|
||||
bt.copy_enabled_rw(newbt)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user