aboutsummaryrefslogtreecommitdiff
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c
index 9abc6dd..9d26c14 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -302,7 +302,7 @@ int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op,
}
- fuse = fuse_new(&args, op, op_size, user_data);
+ fuse = fuse_new_31(&args, op, op_size, user_data);
if (fuse == NULL) {
res = 1;
goto out1;