From 3f854ace05e48378a522395ed764249b1079e9da Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 9 Jan 2006 16:51:06 +0000 Subject: fix --- cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cache.c') 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); } -- cgit v1.2.3