summaryrefslogtreecommitdiff
path: root/examples/VFS
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-07-25 15:45:44 +0200
committerStefan Metzmacher <metze@samba.org>2018-07-25 17:49:07 +0200
commit53d78225ffd81e24fe00a013f7497851965c8171 (patch)
treecf0d48b036b10f6347ddae37b40a3a94dd3a27d3 /examples/VFS
parentbd79564af10052e5b7bf4c446118b6eeb1b1e589 (diff)
downloadsamba-53d78225ffd81e24fe00a013f7497851965c8171.tar.gz
examples/VFS/skel_opaque: fix a likely a copy/paste error
This line was probably copied over from skel_transparent.c, remove it. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'examples/VFS')
-rw-r--r--examples/VFS/skel_opaque.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c
index 5b9d1f4451f..46e6f21d372 100644
--- a/examples/VFS/skel_opaque.c
+++ b/examples/VFS/skel_opaque.c
@@ -856,7 +856,6 @@ static int skel_fremovexattr(vfs_handle_struct *handle,
{
errno = ENOSYS;
return -1;
- return SMB_VFS_NEXT_FREMOVEXATTR(handle, fsp, name);
}
static int skel_setxattr(vfs_handle_struct *handle,