aboutsummaryrefslogtreecommitdiff
path: root/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'cache.c')
-rw-r--r--cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.c b/cache.c
index af98ea1..fae5fd4 100644
--- a/cache.c
+++ b/cache.c
@@ -537,5 +537,5 @@ int cache_parse_options(struct fuse_args *args)
cache.link_timeout = DEFAULT_CACHE_TIMEOUT;
cache.on = 1;
- return fuse_opt_parse(0, NULL, &cache, cache_opts, NULL, args);
+ return fuse_opt_parse(args, &cache, cache_opts, NULL);
}