summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:39 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:49 -0800
commite2c7e8d009f0d8b487ad7f6b5f69c73484810e6c (patch)
treefd595695379bba937a195fc312cf3842c140745f /lib/param/param_table.c
parenta5d9d4380d92713533bc7f12d8d385ac49745dde (diff)
downloadsamba-e2c7e8d009f0d8b487ad7f6b5f69c73484810e6c.tar.gz
samba-e2c7e8d009f0d8b487ad7f6b5f69c73484810e6c.tar.xz
samba-e2c7e8d009f0d8b487ad7f6b5f69c73484810e6c.zip
param: Rename variable used for lp_max_reported_jobs iMaxReportedPrintJobs
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 c8879cf0a3..97c57f1648 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2022,7 +2022,7 @@ static struct parm_struct parm_table[] = {
.label = "max reported print jobs",
.type = P_INTEGER,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(iMaxReportedPrintJobs),
+ .offset = LOCAL_VAR(max_reported_jobs),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT,