From: Ronnie Sahlberg Date: Mon, 4 Nov 2013 05:01:11 +0000 (-0800) Subject: We don't need -odebug for the fuse nfs client anymore X-Git-Tag: upstream/1.9.6^2~176 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=8ca7b275f81a8bea97290e90edd8aa2e127dc697 We don't need -odebug for the fuse nfs client anymore --- diff --git a/examples/fuse_nfs.c b/examples/fuse_nfs.c index 7e9eba6..fa30764 100644 --- a/examples/fuse_nfs.c +++ b/examples/fuse_nfs.c @@ -214,11 +214,10 @@ int main(int argc, char *argv[]) char *url = NULL; char *mnt = NULL; char *server = NULL, *export = NULL, *strp; - int fuse_nfs_argc = 6; + int fuse_nfs_argc = 5; char *fuse_nfs_argv[16] = { "fuse-nfs", "", - "-odebug", "-oallow_other", "-odefault_permissions", "-omax_write=32768", @@ -232,6 +231,7 @@ int main(int argc, char *argv[]) NULL, NULL, NULL, + NULL, }; while ((c = getopt_long(argc, argv, "?hm:n:", long_opts,