mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
vfs_catia: realign synthetic_smb_fname() args in catia_readdir_attr()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
0692c3e9db
commit
b6452b4a71
@ -2245,8 +2245,11 @@ static NTSTATUS catia_readdir_attr(struct vfs_handle_struct *handle,
|
||||
return status;
|
||||
}
|
||||
|
||||
smb_fname = synthetic_smb_fname(talloc_tos(), fname, NULL,
|
||||
&smb_fname_in->st, 0);
|
||||
smb_fname = synthetic_smb_fname(talloc_tos(),
|
||||
fname,
|
||||
NULL,
|
||||
&smb_fname_in->st,
|
||||
0);
|
||||
|
||||
status = SMB_VFS_NEXT_READDIR_ATTR(handle, smb_fname, mem_ctx, pattr_data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user