mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3: Fix in-path shadowcopy2 module
Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
This commit is contained in:
parent
72cd5bcd58
commit
68c6e07591
@ -661,6 +661,7 @@ static char *shadow_copy2_realpath(vfs_handle_struct *handle,
|
||||
}
|
||||
|
||||
copy[gmt - fname] = '.';
|
||||
copy[gmt - fname + 1] = '\0';
|
||||
|
||||
DEBUG(10, ("calling NEXT_REALPATH with %s\n", copy));
|
||||
result = SMB_VFS_NEXT_REALPATH(handle, copy, resolved_path);
|
||||
|
Loading…
Reference in New Issue
Block a user