mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
param: Rename variable used for lp_browse_list bBrowseList
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:
parent
d507be525a
commit
1431a867b0
@ -158,7 +158,7 @@ FN_GLOBAL_BOOL(allow_nt4_crypto, allow_nt4_crypto)
|
||||
FN_GLOBAL_BOOL(allow_trusted_domains, allow_trusted_domains)
|
||||
FN_GLOBAL_BOOL(async_smb_echo_handler, async_smb_echo_handler)
|
||||
FN_GLOBAL_BOOL(bind_interfaces_only, bind_interfaces_only)
|
||||
FN_GLOBAL_BOOL(browse_list, bBrowseList)
|
||||
FN_GLOBAL_BOOL(browse_list, browse_list)
|
||||
FN_GLOBAL_BOOL(client_lanman_auth, bClientLanManAuth)
|
||||
FN_GLOBAL_BOOL(client_ntlmv2_auth, bClientNTLMv2Auth)
|
||||
FN_GLOBAL_BOOL(client_plaintext_auth, bClientPlaintextAuth)
|
||||
|
@ -2842,7 +2842,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "browse list",
|
||||
.type = P_BOOL,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(bBrowseList),
|
||||
.offset = GLOBAL_VAR(browse_list),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
@ -946,7 +946,7 @@ static void init_globals(bool reinit_globals)
|
||||
Globals.bLocalMaster = true;
|
||||
Globals.domain_master = Auto; /* depending on bDomainLogons */
|
||||
Globals.bDomainLogons = false;
|
||||
Globals.bBrowseList = true;
|
||||
Globals.browse_list = true;
|
||||
Globals.bWINSsupport = false;
|
||||
Globals.bWINSproxy = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user