[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Mar 14 10:48:01 MDT 2011


The branch, master has been updated
       via  43e343b s3: This module needs rewriting...
      from  a57c2b0 Fix public header not to include private (not installed) ones.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 43e343be8142b26b690c30faabf259205098a008
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Mar 14 16:17:49 2011 +0100

    s3: This module needs rewriting...
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Mon Mar 14 17:47:32 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/vfs_shadow_copy2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c
index 2777907..93330f4 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list