summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:29 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:46 -0800
commit136139129ebded3eef2d17a1107a94fde5631158 (patch)
treeb99235cf2f0c85ccac4cda95afc732bfae216123 /lib/param/param_table.c
parent7b6689039fde323a79f6f4daddbb2d615b6d1be3 (diff)
downloadsamba-136139129ebded3eef2d17a1107a94fde5631158.tar.gz
samba-136139129ebded3eef2d17a1107a94fde5631158.tar.xz
samba-136139129ebded3eef2d17a1107a94fde5631158.zip
param: Rename variable used for lp_guest_ok bGuest_ok
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 30acd02ecb..be82d35e52 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1036,7 +1036,7 @@ static struct parm_struct parm_table[] = {
.label = "guest ok",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bGuest_ok),
+ .offset = LOCAL_VAR(guest_ok),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT,
@@ -1045,7 +1045,7 @@ static struct parm_struct parm_table[] = {
.label = "public",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bGuest_ok),
+ .offset = LOCAL_VAR(guest_ok),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,