Browse Source

checkpoint

clonefd
Antonio SJ Musumeci 4 years ago
parent
commit
075b725f7b
  1. 2
      libfuse/lib/fuse_chan.c

2
libfuse/lib/fuse_chan.c

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

Loading…
Cancel
Save