aboutsummaryrefslogtreecommitdiff
path: root/example/passthrough_fh.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/passthrough_fh.c')
-rw-r--r--example/passthrough_fh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/passthrough_fh.c b/example/passthrough_fh.c
index f74940d..781f717 100644
--- a/example/passthrough_fh.c
+++ b/example/passthrough_fh.c
@@ -57,6 +57,7 @@ static void *xmp_init(struct fuse_conn_info *conn,
{
(void) conn;
cfg->use_ino = 1;
+ cfg->nullpath_ok = 1;
return NULL;
}