From 43e343be8142b26b690c30faabf259205098a008 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 14 Mar 2011 16:17:49 +0100 Subject: s3: This module needs rewriting... Autobuild-User: Volker Lendecke Autobuild-Date: Mon Mar 14 17:47:32 CET 2011 on sn-devel-104 --- source3/modules/vfs_shadow_copy2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') 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); -- cgit