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 b4939c7..403c251 100644
--- a/cache.c
+++ b/cache.c
@@ -258,7 +258,7 @@ static void *cache_init(struct fuse_conn_info *conn,
res = cache.next_oper->init(conn, cfg);
// Cache requires a path for each request
- cfg->nullpath_ok = 0;
+ cfg->nullpath_ok = 0;
return res;
}