1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

param: Rename variable used for lp_use_ntdb bUseNtdb

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:56 +13:00
committed by Jeremy Allison
parent 657ac138f8
commit df39def2ed
2 changed files with 2 additions and 2 deletions

View File

@ -1893,7 +1893,7 @@ static struct parm_struct parm_table[] = {
.label = "use ntdb",
.type = P_BOOL,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(bUseNtdb),
.offset = GLOBAL_VAR(use_ntdb),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,