diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/filename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 912e3a41f3..3bab2c8971 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -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) { |