summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 21eb32a9388..5aa690062f7 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -383,7 +383,7 @@ NTSTATUS filename_convert(TALLOC_CTX *mem_ctx,
struct smb_filename **pp_smb_fname);
NTSTATUS filename_convert_smb1_search_path(TALLOC_CTX *ctx,
connection_struct *conn,
- const char *name_in,
+ char *name_in,
uint32_t ucf_flags,
struct smb_filename **_smb_fname_out,
char **_mask_out);