diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:42 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:50 -0800 |
commit | 91b212c179fb32420f7191fd7f4da11df55265d5 (patch) | |
tree | 09e5347bc0235bbdd2c85d5de7dddc5e746c8085 /lib/param/param_functions.c | |
parent | acc129e5355b94eb9aac86254081d6c1a5ef2814 (diff) | |
download | samba-91b212c179fb32420f7191fd7f4da11df55265d5.tar.gz samba-91b212c179fb32420f7191fd7f4da11df55265d5.tar.xz samba-91b212c179fb32420f7191fd7f4da11df55265d5.zip |
param: Rename variable used for lp_allow_insecure_widelinks bAllowInsecureWidelinks
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |