diff options
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | src/ifuse.c | 1 | 
2 files changed, 1 insertions, 1 deletions
| @@ -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"); | 
