mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s3:vfs_default - correct function parameters
This commit is contained in:
parent
c789d041f0
commit
506b0b6435
@ -652,7 +652,8 @@ static int vfswrap_lstat(vfs_handle_struct *handle,
|
||||
}
|
||||
|
||||
static NTSTATUS vfswrap_translate_name(vfs_handle_struct *handle,
|
||||
char **mapped_name)
|
||||
char **mapped_name,
|
||||
enum vfs_translate_direction direction)
|
||||
{
|
||||
/* Default behavior is a NOOP */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user