aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mount.c')
-rw-r--r--lib/mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mount.c b/lib/mount.c
index 7be7b25..b2b841d 100644
--- a/lib/mount.c
+++ b/lib/mount.c
@@ -241,6 +241,8 @@ static int fuse_mount_opt_proc(void *data, const char *arg, int key,
mo->ishelp = 1;
break;
}
+
+ /* Pass through unknown options */
return 1;
}