The branch, v3-6-test has been updated
via 4421c6f s3: This module needs rewriting...
from 5b00811 s3: Fix bug 8009 - net rap session cannot get username
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test
- Log -----------------------------------------------------------------
commit 4421c6f45c260283adead0fd47d14e08ab904908
Author: Volker Lendecke <[email protected]>
Date: Mon Mar 14 16:17:49 2011 +0100
s3: This module needs rewriting...
Autobuild-User: Volker Lendecke <[email protected]>
Autobuild-Date: Mon Mar 14 17:47:32 CET 2011 on sn-devel-104
(cherry picked from commit 43e343be8142b26b690c30faabf259205098a008)
-----------------------------------------------------------------------
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