mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-28 20:20:54 +08:00
branch2.cpp
This commit is contained in:
parent
7002064853
commit
f2cda95640
@ -23,7 +23,7 @@ Branch2::Branch2(Branch2 &v_)
|
||||
mode(v_.mode),
|
||||
min_free_space(v_.min_free_space),
|
||||
fd(v_.fd),
|
||||
path()
|
||||
path(v_.path)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user