examples/VFS/skel_opaque: fix a likely a copy/paste error
authorRalph Boehme <slow@samba.org>
Wed, 25 Jul 2018 13:45:44 +0000 (15:45 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 25 Jul 2018 15:49:07 +0000 (17:49 +0200)
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>
examples/VFS/skel_opaque.c

index 5b9d1f4451f0ca8d52c3e0b49441a55d586db45b..46e6f21d372c6922fbb1e665fb8cadd3ceec83c6 100644 (file)
@@ -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,