diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:02 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:12 -0800 |
commit | 4f592c07922c328659d3227fc79e2e8d03eca197 (patch) | |
tree | a227afed2483950c3dd7bfb3199b72a678f76e79 /lib/param/param_functions.c | |
parent | 317d287be8a0c9e0ce390eeb8bbfc9b2dcc124c0 (diff) | |
download | samba-4f592c07922c328659d3227fc79e2e8d03eca197.tar.gz samba-4f592c07922c328659d3227fc79e2e8d03eca197.tar.xz samba-4f592c07922c328659d3227fc79e2e8d03eca197.zip |
param: rename lp function and variable from "allow_insecure_widelinks" to "allow_insecure_wide_links"
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 f4ebc70013..e3f36fe6c6 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, allow_insecure_widelinks) +FN_GLOBAL_BOOL(allow_insecure_wide_links, allow_insecure_wide_links) 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) |