From 91b212c179fb32420f7191fd7f4da11df55265d5 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_insecure_widelinks bAllowInsecureWidelinks 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 642214264e..c5d986ffc4 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -153,7 +153,7 @@ FN_LOCAL_PARM_BOOL(change_notify, change_notify) FN_LOCAL_PARM_BOOL(kernel_change_notify, kernel_change_notify) FN_LOCAL_BOOL(durable_handles, durable_handles) -FN_GLOBAL_BOOL(allow_insecure_widelinks, bAllowInsecureWidelinks) +FN_GLOBAL_BOOL(allow_insecure_widelinks, allow_insecure_widelinks) FN_GLOBAL_BOOL(allow_nt4_crypto, bAllowNT4Crypto) FN_GLOBAL_BOOL(allow_trusted_domains, bAllowTrustedDomains) FN_GLOBAL_BOOL(async_smb_echo_handler, bAsyncSMBEchoHandler) -- cgit