checkpoint

This commit is contained in:
Antonio SJ Musumeci 2020-03-22 14:21:01 -04:00
parent 5cd199eec3
commit 075b725f7b

View File

@ -56,7 +56,7 @@ clone_devfuse_fd(const int devfuse_fd_)
return clone_fd; return clone_fd;
#else #else
return devfuse_fd_; return dup(devfuse_fd_);
#endif #endif
} }