repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6bd90a
)
We don't need -odebug for the fuse nfs client anymore
author
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Mon, 4 Nov 2013 05:01:11 +0000
(21:01 -0800)
committer
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Mon, 4 Nov 2013 05:01:11 +0000
(21:01 -0800)
examples/fuse_nfs.c
patch
|
blob
|
blame
|
history
diff --git
a/examples/fuse_nfs.c
b/examples/fuse_nfs.c
index 7e9eba6e02360cae8287e4e67ccfd75f8c80a4f9..fa30764d2e1e5a4f46dd3256c167e45047173482 100644
(file)
--- 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",
"<export>",
- "-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,