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