diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-01 11:24:46 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-01 11:24:46 -0700 |
commit | e20e5c9ae574bba8827310edf38ae9edca08c469 (patch) | |
tree | e248bdc392e09f5419dcced5c7dedde4972dff50 /lib/mount_bsd.c | |
parent | 944d1e1521935e82a3e667a401c7184467793ebc (diff) | |
download | libfuse-e20e5c9ae574bba8827310edf38ae9edca08c469.tar.gz |
Improve documentation of argument parsing.
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r-- | lib/mount_bsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c index 3d6b12f..40ef93f 100644 --- a/lib/mount_bsd.c +++ b/lib/mount_bsd.c @@ -141,6 +141,8 @@ static int fuse_mount_opt_proc(void *data, const char *arg, int key, mo->ishelp = 1; break; } + + /* Pass through unknown options */ return 1; } |