mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3/rpc_server: fss: realign synthetic_smb_fname() args in snap_path_exists()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
917b8a47ec
commit
b9af0ecb3a
@ -173,7 +173,11 @@ static bool snap_path_exists(TALLOC_CTX *ctx, struct messaging_context *msg_ctx,
|
||||
goto out;
|
||||
}
|
||||
|
||||
smb_fname = synthetic_smb_fname(service, sc->sc_path, NULL, NULL, 0);
|
||||
smb_fname = synthetic_smb_fname(service,
|
||||
sc->sc_path,
|
||||
NULL,
|
||||
NULL,
|
||||
0);
|
||||
if (smb_fname == NULL) {
|
||||
goto out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user