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
commit8399e6d2c6ee442dd17862fb326c6afa0143ff61 (patch)
tree78de885b6fb809a7fbdfac05f75085cc0a3a66e2 /lib/param/param_table.c
parent136139129ebded3eef2d17a1107a94fde5631158 (diff)
downloadsamba-8399e6d2c6ee442dd17862fb326c6afa0143ff61.tar.gz
samba-8399e6d2c6ee442dd17862fb326c6afa0143ff61.tar.xz
samba-8399e6d2c6ee442dd17862fb326c6afa0143ff61.zip
param: Rename variable used for lp_guest_only bGuest_only
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 be82d35e52..fc939e3ad5 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1008,7 +1008,7 @@ static struct parm_struct parm_table[] = {
.label = "guest only",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bGuest_only),
+ .offset = LOCAL_VAR(guest_only),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE,
@@ -1017,7 +1017,7 @@ static struct parm_struct parm_table[] = {
.label = "only guest",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bGuest_only),
+ .offset = LOCAL_VAR(guest_only),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,