s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
[samba.git] / source3 / modules / vfs_shadow_copy2.c
index aa7cd9c61d0fd6d9e51ed73fe46aa75fa94fc779..79c1ee5cf3378e4d018f4a4e79fbe7fa1ece8b2c 100644 (file)
@@ -3212,6 +3212,8 @@ static struct vfs_fn_pointers vfs_shadow_copy2_fns = {
        .mkdir_fn = shadow_copy2_mkdir,
        .rmdir_fn = shadow_copy2_rmdir,
        .getxattr_fn = shadow_copy2_getxattr,
+       .getxattrat_send_fn = vfs_not_implemented_getxattrat_send,
+       .getxattrat_recv_fn = vfs_not_implemented_getxattrat_recv,
        .listxattr_fn = shadow_copy2_listxattr,
        .removexattr_fn = shadow_copy2_removexattr,
        .setxattr_fn = shadow_copy2_setxattr,