1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00

param: Rename variable used for lp_smb_passwd_file szSMBPasswdFile

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andrew Bartlett
2013-12-24 16:04:04 +13:00
committed by Jeremy Allison
parent 0053af8f5d
commit bcea89bd59
3 changed files with 3 additions and 3 deletions

View File

@@ -750,7 +750,7 @@ static void init_globals(bool reinit_globals)
/* Must manually force to upper case here, as this does not go via the handler */
string_set(&Globals.netbios_name, myhostname_upper());
string_set(&Globals.szSMBPasswdFile, get_dyn_SMB_PASSWD_FILE());
string_set(&Globals.smb_passwd_file, get_dyn_SMB_PASSWD_FILE());
string_set(&Globals.private_dir, get_dyn_PRIVATE_DIR());
/* use the new 'hash2' method by default, with a prefix of 1 */