summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.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_functions.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_functions.c')
-rw-r--r--lib/param/param_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index e6b5f981c8..8b279e7609 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -136,7 +136,7 @@ FN_LOCAL_BOOL(acl_allow_execute_always, acl_allow_execute_always)
FN_LOCAL_INTEGER(defaultcase, defaultcase)
FN_LOCAL_INTEGER(minprintspace, minprintspace)
FN_LOCAL_INTEGER(printing, printing)
-FN_LOCAL_INTEGER(max_reported_jobs, iMaxReportedPrintJobs)
+FN_LOCAL_INTEGER(max_reported_jobs, max_reported_jobs)
FN_LOCAL_INTEGER(oplock_contention_limit, iOplockContentionLimit)
FN_LOCAL_INTEGER(write_cache_size, iWriteCacheSize)
FN_LOCAL_INTEGER(block_size, iBlock_size)