diff options
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_shadow_copy2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c index f47b287ea5..0393f30969 100644 --- a/source3/modules/vfs_shadow_copy2.c +++ b/source3/modules/vfs_shadow_copy2.c @@ -674,7 +674,7 @@ static char *shadow_copy2_realpath(vfs_handle_struct *handle, SHADOW2_NEXT(REALPATH, (handle, fname), char *, NULL); } - SHADOW2_NEXT(REALPATH, (handle, fname), char *, NULL); + SHADOW2_NEXT(REALPATH, (handle, name), char *, NULL); } static const char *shadow_copy2_connectpath(struct vfs_handle_struct *handle, |