summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-14 16:17:49 +0100
committerVolker Lendecke <vlendec@samba.org>2011-03-14 17:47:32 +0100
commit43e343be8142b26b690c30faabf259205098a008 (patch)
treeac62d5f34375b05807417fede695e3dcf67b5f7e /source3/modules
parenta57c2b02f13569bce8e485c39924bce980a61403 (diff)
downloadsamba-43e343be8142b26b690c30faabf259205098a008.tar.gz
samba-43e343be8142b26b690c30faabf259205098a008.tar.bz2
samba-43e343be8142b26b690c30faabf259205098a008.zip
s3: This module needs rewriting...
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 17:47:32 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/vfs_shadow_copy2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c
index 2777907a57..93330f4b50 100644
--- a/source3/modules/vfs_shadow_copy2.c
+++ b/source3/modules/vfs_shadow_copy2.c
@@ -675,7 +675,7 @@ static char *shadow_copy2_realpath(vfs_handle_struct *handle,
copy[gmt - fname + 1] = '\0';
DEBUG(10, ("calling NEXT_REALPATH with %s\n", copy));
- SHADOW2_NEXT(REALPATH, (handle, fname), char *,
+ SHADOW2_NEXT(REALPATH, (handle, name), char *,
NULL);
}
SHADOW2_NEXT(REALPATH, (handle, name), char *, NULL);