aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dbfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbfs.c b/dbfs.c
index 935d0ee..d50076a 100644
--- a/dbfs.c
+++ b/dbfs.c
@@ -967,6 +967,8 @@ static void dbfs_op_releasedir(fuse_req_t req, fuse_ino_t ino,
/* release directory contents */
free(p);
+
+ fuse_reply_err(req, 0);
}
static void dbfs_op_fsyncdir (fuse_req_t req, fuse_ino_t ino,