examples/VFS/skel_opaque: fix a likely a copy/paste error
[sfrench/samba-autobuild/.git] / 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,