mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 16:25:14 +08:00
branch2.cpp
This commit is contained in:
parent
0a4a9ec7ce
commit
87085b281d
|
@ -11,6 +11,5 @@ Branch2::Branch2(toml::value const &v_)
|
|||
: mode(Mode::RW)
|
||||
{
|
||||
enabled = v_.at("enabled").as_boolean();
|
||||
mode = Mode::RO;
|
||||
// mode = v_.at("mode").as_string();
|
||||
mode = Mode::_from_string(v_.at("mode").as_string());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user