1
0
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:
Jeremy Allison 2011-04-04 10:15:16 -07:00
parent a217ec64ec
commit 074239ac2e

View File

@ -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)
{