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