summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/passthrough_ll.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/example/passthrough_ll.c b/example/passthrough_ll.c
index 8165515..d60d772 100644
--- a/example/passthrough_ll.c
+++ b/example/passthrough_ll.c
@@ -387,8 +387,6 @@ static void lo_mknod_symlink(fuse_req_t req, fuse_ino_t parent,
struct lo_inode *dir = lo_inode(req, parent);
struct fuse_entry_param e;
- saverr = ENOMEM;
-
res = mknod_wrapper(dir->fd, name, link, mode, rdev);
saverr = errno;