1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

param: Rename variable used for lp_async_smb_echo_handler bAsyncSMBEchoHandler

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:43 +13:00
committed by Jeremy Allison
parent 33850bb126
commit 313a35f468
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ FN_LOCAL_BOOL(durable_handles, durable_handles)
FN_GLOBAL_BOOL(allow_insecure_widelinks, allow_insecure_widelinks)
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, bAsyncSMBEchoHandler)
FN_GLOBAL_BOOL(async_smb_echo_handler, async_smb_echo_handler)
FN_GLOBAL_BOOL(bind_interfaces_only, bBindInterfacesOnly)
FN_GLOBAL_BOOL(browse_list, bBrowseList)
FN_GLOBAL_BOOL(client_lanman_auth, bClientLanManAuth)

View File

@ -3823,7 +3823,7 @@ static struct parm_struct parm_table[] = {
.label = "async smb echo handler",
.type = P_BOOL,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(bAsyncSMBEchoHandler),
.offset = GLOBAL_VAR(async_smb_echo_handler),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL,