mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Note that check_parent_exists() doesn't change the contents of smb_fname (add const).
This commit is contained in:
parent
a217ec64ec
commit
074239ac2e
@ -114,7 +114,7 @@ static NTSTATUS check_for_dot_component(const struct smb_filename *smb_fname)
|
||||
static NTSTATUS check_parent_exists(TALLOC_CTX *ctx,
|
||||
connection_struct *conn,
|
||||
bool posix_pathnames,
|
||||
struct smb_filename *smb_fname,
|
||||
const struct smb_filename *smb_fname,
|
||||
char **pp_dirpath,
|
||||
char **pp_start)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user