diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:07 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:14 -0800 |
commit | cf6f3585634b2ad65917056eb739ed59e506e823 (patch) | |
tree | ea6419b977268c8abf674515401cd106cf20a44c /lib/param/param_table.c | |
parent | db52b908c7aed5ae8cd2463010a3e2940c6ee4e9 (diff) | |
download | samba-cf6f3585634b2ad65917056eb739ed59e506e823.tar.gz samba-cf6f3585634b2ad65917056eb739ed59e506e823.tar.xz samba-cf6f3585634b2ad65917056eb739ed59e506e823.zip |
param: rename lp function and variable from "max_reported_jobs" to "max_reported_print_jobs"
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 9c3b015fd7..4c2caee343 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(max_reported_jobs), + .offset = LOCAL_VAR(max_reported_print_jobs), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT, |