mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 11:36:15 +08:00
branch2.cpp
This commit is contained in:
parent
e85ca0d23d
commit
35b573c5fa
|
@ -8,8 +8,8 @@ Branch2::Branch2()
|
||||||
}
|
}
|
||||||
|
|
||||||
Branch2::Branch2(toml::value const &v_)
|
Branch2::Branch2(toml::value const &v_)
|
||||||
: mode(Mode::RW)
|
|
||||||
{
|
{
|
||||||
enabled = v_.at("enabled").as_boolean();
|
enabled = v_.at("enabled").as_boolean();
|
||||||
|
mode = Mode::RW;
|
||||||
// mode = v_.at("mode").as_string();
|
// mode = v_.at("mode").as_string();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user