diff options
Diffstat (limited to 'source3/passdb/smbpass.c')
-rw-r--r-- | source3/passdb/smbpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/smbpass.c b/source3/passdb/smbpass.c index 62fdabe7fe..e15a9b1dd7 100644 --- a/source3/passdb/smbpass.c +++ b/source3/passdb/smbpass.c @@ -898,7 +898,7 @@ static BOOL add_smbfile21pwd_entry(struct sam_passwd *newpwd) return add_smbfilepwd_entry(pwdb_sam_to_smb(newpwd)); } -static struct sam_disp_info *getsmbfiledispnam(char *name) +static struct sam_disp_info *getsmbfiledispnam(const char *name) { return pwdb_sam_to_dispinfo(getsam21pwnam(name)); } |