summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:38 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:49 -0800
commit8efb387a4ca59edfd674d006d0fe696333745906 (patch)
tree32fe04e8cd1ba45bc78481e175525d63ebbe6fa5 /lib/param/param_table.c
parent8dd94b97f97a978474dcfa77e8eb2d51085554bb (diff)
downloadsamba-8efb387a4ca59edfd674d006d0fe696333745906.tar.gz
samba-8efb387a4ca59edfd674d006d0fe696333745906.tar.xz
samba-8efb387a4ca59edfd674d006d0fe696333745906.zip
param: Rename variable used for lp_minprintspace iMinPrintSpace
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 62ac763936..0f78479fe2 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1839,7 +1839,7 @@ static struct parm_struct parm_table[] = {
.label = "min print space",
.type = P_INTEGER,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(iMinPrintSpace),
+ .offset = LOCAL_VAR(minprintspace),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT,