summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:16 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:42 -0800
commita0c5ae5f0e199fd7a26146f4bd7d23e19471fd7e (patch)
treeb90dcf5f92b5fb7efaabf31d2e1909f82a24bda9 /lib/param/param_table.c
parent4a9b91cd05700c27b4434e79b3c67ed8513d390e (diff)
downloadsamba-a0c5ae5f0e199fd7a26146f4bd7d23e19471fd7e.tar.gz
samba-a0c5ae5f0e199fd7a26146f4bd7d23e19471fd7e.tar.xz
samba-a0c5ae5f0e199fd7a26146f4bd7d23e19471fd7e.zip
param: Rename variable used for lp_hostsdeny szHostsdeny
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_table.c')
-rw-r--r--lib/param/param_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 22d447b747..85309bc93c 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1081,7 +1081,7 @@ static struct parm_struct parm_table[] = {
.label = "hosts deny",
.type = P_LIST,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szHostsdeny),
+ .offset = LOCAL_VAR(hostsdeny),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_GLOBAL | FLAG_BASIC | FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT,
@@ -1090,7 +1090,7 @@ static struct parm_struct parm_table[] = {
.label = "deny hosts",
.type = P_LIST,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szHostsdeny),
+ .offset = LOCAL_VAR(hostsdeny),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,