aboutsummaryrefslogtreecommitdiff
path: root/example/null.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/null.c')
-rw-r--r--example/null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/null.c b/example/null.c
index 6b2c1b6..b712b5c 100644
--- a/example/null.c
+++ b/example/null.c
@@ -89,6 +89,7 @@ static struct fuse_operations null_oper = {
read: null_read,
write: null_write,
statfs: null_statfs,
+ release: NULL
};
int main(int argc, char *argv[])