diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:39 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:49 -0800 |
commit | e2c7e8d009f0d8b487ad7f6b5f69c73484810e6c (patch) | |
tree | fd595695379bba937a195fc312cf3842c140745f /lib/param/param_table.c | |
parent | a5d9d4380d92713533bc7f12d8d385ac49745dde (diff) | |
download | samba-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.c | 2 |
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, |