aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/helper.c b/lib/helper.c
index f4a8a16..556a1c1 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -143,8 +143,7 @@ void fuse_main(int argc, char *argv[], const struct fuse_operations *op)
exit(1);
}
- fuse = fuse_new(fd, flags);
- fuse_set_operations(fuse, op);
+ fuse = fuse_new(fd, flags, op);
if(multithreaded)
fuse_loop_mt(fuse);