mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 04:59:19 +08:00
checkpoint
This commit is contained in:
parent
5cd199eec3
commit
075b725f7b
|
@ -56,7 +56,7 @@ clone_devfuse_fd(const int devfuse_fd_)
|
|||
|
||||
return clone_fd;
|
||||
#else
|
||||
return devfuse_fd_;
|
||||
return dup(devfuse_fd_);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user