mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
smbd: use common exit in filename_convert_internal()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
@ -1970,11 +1970,7 @@ static NTSTATUS filename_convert_internal(TALLOC_CTX *ctx,
|
||||
TALLOC_FREE(smb_fname);
|
||||
return status;
|
||||
}
|
||||
*_smb_fname = smb_fname;
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
if (!smbreq) {
|
||||
} else if (!smbreq) {
|
||||
status = check_name(conn, smb_fname);
|
||||
} else {
|
||||
status = check_name_with_privilege(conn, smbreq,
|
||||
|
Reference in New Issue
Block a user