mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
param: Rename variable used for lp_neutralize_nt4_emulation bNeutralizeNT4Emulation
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
029b4389f1
commit
20ce0f2455
@ -4184,7 +4184,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "neutralize nt4 emulation",
|
||||
.type = P_BOOL,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(bNeutralizeNT4Emulation),
|
||||
.offset = GLOBAL_VAR(neutralize_nt4_emulation),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Reference in New Issue
Block a user