From 103a89f37a47e63c41b23f8b8101bb244981497b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 23 Jul 2004 17:35:27 +0000 Subject: [PATCH] clean up mount option passing --- perl/Fuse.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Fuse.xs b/perl/Fuse.xs index fa75e5c..19bbe4f 100644 --- a/perl/Fuse.xs +++ b/perl/Fuse.xs @@ -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)); -- 2.30.2