s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
[kamenim/samba-autobuild/.git] / source3 / modules / vfs_default.c
index 0523644ac983b86e9b8c3ae7189682de8d6e9f82..81c707d15ecb65eb1ca5b1105ab9fe87e33dd2cc 100644 (file)
@@ -3164,6 +3164,8 @@ static struct vfs_fn_pointers vfs_default_fns = {
        .set_dos_attributes_fn = vfswrap_set_dos_attributes,
        .fset_dos_attributes_fn = vfswrap_fset_dos_attributes,
        .get_dos_attributes_fn = vfswrap_get_dos_attributes,
+       .get_dos_attributes_send_fn = vfs_not_implemented_get_dos_attributes_send,
+       .get_dos_attributes_recv_fn = vfs_not_implemented_get_dos_attributes_recv,
        .fget_dos_attributes_fn = vfswrap_fget_dos_attributes,
        .offload_read_send_fn = vfswrap_offload_read_send,
        .offload_read_recv_fn = vfswrap_offload_read_recv,