summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:02 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:12 -0800
commit4f592c07922c328659d3227fc79e2e8d03eca197 (patch)
treea227afed2483950c3dd7bfb3199b72a678f76e79 /lib/param/param_table.c
parent317d287be8a0c9e0ce390eeb8bbfc9b2dcc124c0 (diff)
downloadsamba-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_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 4643368051..7e190aa3f8 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3724,7 +3724,7 @@ static struct parm_struct parm_table[] = {
.label = "allow insecure wide links",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(allow_insecure_widelinks),
+ .offset = GLOBAL_VAR(allow_insecure_wide_links),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,