From 33850bb126451ed792bd109ac13764e7a395f749 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:42 +1300 Subject: param: Rename variable used for lp_allow_trusted_domains bAllowTrustedDomains Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 874f6459b1..84ef804dae 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -155,7 +155,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, bAllowTrustedDomains) +FN_GLOBAL_BOOL(allow_trusted_domains, allow_trusted_domains) FN_GLOBAL_BOOL(async_smb_echo_handler, bAsyncSMBEchoHandler) FN_GLOBAL_BOOL(bind_interfaces_only, bBindInterfacesOnly) FN_GLOBAL_BOOL(browse_list, bBrowseList) -- cgit