1
0
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:
Matthias Dieter Wallnöfer 2009-09-24 23:49:41 +02:00
parent c789d041f0
commit 506b0b6435

View File

@ -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 */