s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
[kamenim/samba-autobuild/.git] / source3 / modules / vfs_media_harmony.c
index 32ba45a7fe8922f717cf7f82c12c441dbec3ab45..ea49eff6d8ff1bb09fb43407c0978883a579c386 100644 (file)
@@ -2311,6 +2311,8 @@ static struct vfs_fn_pointers vfs_mh_fns = {
 
        /* EA operations. */
        .getxattr_fn = mh_getxattr,
+       .getxattrat_send_fn = vfs_not_implemented_getxattrat_send,
+       .getxattrat_recv_fn = vfs_not_implemented_getxattrat_recv,
        .listxattr_fn = mh_listxattr,
        .removexattr_fn = mh_removexattr,
        .setxattr_fn = mh_setxattr,