mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 21:50:01 +08:00
branch2.cpp
This commit is contained in:
parent
d48be5882e
commit
6f410a1aa9
|
@ -34,6 +34,6 @@ Branch2::Branch2(toml::value const &v_)
|
||||||
|
|
||||||
Branch2::~Branch2()
|
Branch2::~Branch2()
|
||||||
{
|
{
|
||||||
if(fd >= 0)
|
// if(fd >= 0)
|
||||||
close(fd);
|
// close(fd);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user