mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 07:25:14 +08:00
branch2.cpp
This commit is contained in:
parent
0d49296c2a
commit
c87832c10a
|
@ -25,7 +25,7 @@ Branch2::Branch2(Branch2 &&v_)
|
|||
fd(v_.fd),
|
||||
path(v_.path)
|
||||
{
|
||||
|
||||
v_.fd = -1;
|
||||
}
|
||||
|
||||
Branch2::Branch2(toml::value const &v_)
|
||||
|
|
Loading…
Reference in New Issue
Block a user