mirror of
https://github.com/samba-team/samba.git
synced 2025-03-30 06:50:24 +03:00
net: vfs: realign synthetic_smb_fname() args in net_vfs_get_ntacl()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
8bf629a0f3
commit
ab3152bf22
@ -224,7 +224,11 @@ static int net_vfs_get_ntacl(struct net_context *net,
|
||||
}
|
||||
|
||||
path = argv[1];
|
||||
smb_fname = synthetic_smb_fname(state.mem_ctx, path, NULL, NULL, 0);
|
||||
smb_fname = synthetic_smb_fname(state.mem_ctx,
|
||||
path,
|
||||
NULL,
|
||||
NULL,
|
||||
0);
|
||||
if (smb_fname == NULL) {
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user