mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 01:53:20 +08:00
branch_tier.cpp
This commit is contained in:
parent
2c60026c06
commit
f2f6efd9af
|
@ -62,7 +62,7 @@ BranchTier::BranchTier(toml::value const &v_)
|
|||
std::string type;
|
||||
auto const &table = branch.as_table();
|
||||
|
||||
enabled = toml::find_or(table,"enabled",false);
|
||||
enabled = toml::find_or(branch,"enabled",false);
|
||||
if(!enabled)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user