diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-07 14:40:13 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-19 23:25:06 +0100 |
commit | cf74a4857c051b43b1f6a06b714a93a65e8a1f90 (patch) | |
tree | 07f2f0535af4388963d9fda5292ce66a5bb22035 /source3/modules | |
parent | 98a2fff2e5dbcc6f125136f94ff552c3fb05cc01 (diff) | |
download | samba-cf74a4857c051b43b1f6a06b714a93a65e8a1f90.tar.gz samba-cf74a4857c051b43b1f6a06b714a93a65e8a1f90.tar.bz2 samba-cf74a4857c051b43b1f6a06b714a93a65e8a1f90.zip |
s3: Did I say this module is from hell?
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_shadow_copy2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |