mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-28 09:05:24 +08:00
branch2.cpp
This commit is contained in:
parent
9646f148fa
commit
47ff4738f9
@ -21,7 +21,7 @@ Branch2::Branch2()
|
||||
Branch2::Branch2(Branch2 const &v_)
|
||||
{
|
||||
enabled = v_.enabled;
|
||||
mode = +v_.mode;
|
||||
// mode = v_.mode;
|
||||
min_free_space = v_.min_free_space;
|
||||
fd = v_.fd;
|
||||
path = v_.path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user