1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3: Did I say this module is from hell?

This commit is contained in:
Volker Lendecke 2010-12-07 14:40:13 +01:00 committed by Volker Lendecke
parent 98a2fff2e5
commit cf74a4857c

View File

@ -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,