fix
diff --git a/lib/fuse.c b/lib/fuse.c
index b2a1904..d070f4d 100644
--- a/lib/fuse.c
+++ b/lib/fuse.c
@@ -2014,7 +2014,8 @@
             goto out_free;
     }
 
-    f->se = fuse_lowlevel_new(args, &fuse_path_ops, sizeof(fuse_path_ops), f);
+    f->se = fuse_lowlevel_new_common(args, &fuse_path_ops,
+                                     sizeof(fuse_path_ops), f);
     if (f->se == NULL)
         goto out_free;