summaryrefslogtreecommitdiff
path: root/examples/VFS/shadow_copy_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/VFS/shadow_copy_test.c')
-rw-r--r--examples/VFS/shadow_copy_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/shadow_copy_test.c b/examples/VFS/shadow_copy_test.c
index a47d2ee19b..0efceb4234 100644
--- a/examples/VFS/shadow_copy_test.c
+++ b/examples/VFS/shadow_copy_test.c
@@ -81,7 +81,7 @@ static int test_get_shadow_copy_data(vfs_handle_struct *handle,
/* VFS operations structure */
static struct vfs_fn_pointers vfs_test_shadow_copy_fns = {
- .get_shadow_copy_data = test_get_shadow_copy_data
+ .get_shadow_copy_data_fn = test_get_shadow_copy_data
};
NTSTATUS vfs_shadow_copy_test_init(void)