From cf74a4857c051b43b1f6a06b714a93a65e8a1f90 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 7 Dec 2010 14:40:13 +0100 Subject: s3: Did I say this module is from hell? --- source3/modules/vfs_shadow_copy2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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, -- cgit