summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-02-02 14:53:44 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-02-03 13:27:20 +1300
commit4b403e912dbff0ac4ca7cc9e76872d314a86da37 (patch)
tree4bbced7f7564681c095f2a4484ee7efe3a7d0915 /lib/param/param_table.c
parent4286e147a62af784f4661cdd9d668e4d86cba4f2 (diff)
downloadsamba-4b403e912dbff0ac4ca7cc9e76872d314a86da37.tar.gz
samba-4b403e912dbff0ac4ca7cc9e76872d314a86da37.tar.xz
samba-4b403e912dbff0ac4ca7cc9e76872d314a86da37.zip
loadparm: rename variable for "printable" from print_ok to printable
for consistency docs/funcstions/variables Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
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 7ff9b33978..6b4052f6bf 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2076,7 +2076,7 @@ static struct parm_struct parm_table[] = {
.label = "printable",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(print_ok),
+ .offset = LOCAL_VAR(printable),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT,
@@ -2094,7 +2094,7 @@ static struct parm_struct parm_table[] = {
.label = "print ok",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(print_ok),
+ .offset = LOCAL_VAR(printable),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,