mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
s3: This module needs rewriting...
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 17:47:32 CET 2011 on sn-devel-104
This commit is contained in:
committed by
Volker Lendecke
parent
a57c2b02f1
commit
43e343be81
@ -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);
|
||||
|
Reference in New Issue
Block a user