summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--src/ifuse.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 02911a2..e9eddfc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,3 +6,4 @@ Christophe Fergeau
Paul Sladen
Zoltan Balaton
Nikias Bassen
+Fernando Silveira
diff --git a/src/ifuse.c b/src/ifuse.c
index a0a20da..f0303f5 100644
--- a/src/ifuse.c
+++ b/src/ifuse.c
@@ -671,7 +671,6 @@ int main(int argc, char *argv[])
if (fuse_opt_parse(&args, NULL, ifuse_opts, ifuse_opt_proc) == -1) {
return -1;
}
- fuse_opt_add_arg(&args, "-oallow_other");
if (!opts.mount_point) {
fprintf(stderr, "ERROR: No mount point specified\n");