aboutsummaryrefslogtreecommitdiff
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/helper.c b/lib/helper.c
index 97577c2..6a55269 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -114,6 +114,7 @@ static int fuse_helper_opt_proc(void *data, const char *arg, int key,
}
default:
+ /* Pass through unknown options */
return 1;
}
}