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