mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +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:
committed by
Jeremy Allison
parent
0053af8f5d
commit
bcea89bd59
@ -511,7 +511,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "smb passwd file",
|
||||
.type = P_STRING,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szSMBPasswdFile),
|
||||
.offset = GLOBAL_VAR(smb_passwd_file),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Reference in New Issue
Block a user