clean up mount option passing
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 23 Jul 2004 17:35:27 +0000 (17:35 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Fri, 23 Jul 2004 17:35:27 +0000 (17:35 +0000)
perl/Fuse.xs

index fa75e5c3db771ea4ec9afea3925e1b6893f16d22..19bbe4f364b874ea97997c204340eb98ea2b145c 100644 (file)
@@ -569,4 +569,4 @@ perl_fuse_main(...)
        fd = fuse_mount(mountpoint,NULL);
        if(fd < 0)
                croak("could not mount fuse filesystem!");
-       fuse_loop(fuse_new(fd,debug ? FUSE_DEBUG : 0,&fops));
+       fuse_loop(fuse_new(fd,debug ? "debug" : NULL,&fops));