1
0
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:
Andrew Bartlett
2013-12-24 16:03:50 +13:00
committed by Jeremy Allison
parent 029b4389f1
commit 20ce0f2455
2 changed files with 2 additions and 2 deletions

View File

@ -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,