mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
param: Rename variable used for lp_local_master bLocalMaster
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
cfc69044d0
commit
82e55b5c7a
@ -2824,7 +2824,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "local master",
|
||||
.type = P_BOOL,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(bLocalMaster),
|
||||
.offset = GLOBAL_VAR(local_master),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_BASIC | FLAG_ADVANCED,
|
||||
|
Reference in New Issue
Block a user