diff --git a/libfuse/lib/fuse_lowlevel.cpp b/libfuse/lib/fuse_lowlevel.cpp index 21ba0897..6d40cc56 100644 --- a/libfuse/lib/fuse_lowlevel.cpp +++ b/libfuse/lib/fuse_lowlevel.cpp @@ -158,7 +158,7 @@ fuse_send_msg(struct fuse_ll *f, case -25: break; default: - abort(); + //abort(); } return 0;