mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 12:33:49 +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()
|
||||
{
|
||||
if(fd >= 0)
|
||||
close(fd);
|
||||
// if(fd >= 0)
|
||||
// close(fd);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user