diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:08 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:14 -0800 |
commit | 798678ecfc8929174c30a97588027b678bbc85f1 (patch) | |
tree | 4c6632173420650cbbaebf01b02c803e939de2f8 /lib | |
parent | 609e7bea49edf9ac6053d99b01c8c15be4be2329 (diff) | |
download | samba-798678ecfc8929174c30a97588027b678bbc85f1.tar.gz samba-798678ecfc8929174c30a97588027b678bbc85f1.tar.xz samba-798678ecfc8929174c30a97588027b678bbc85f1.zip |
param: rename lp function and variable from "queueresumecommand" to "queueresume_command"
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')
-rw-r--r-- | lib/param/param_functions.c | 2 | ||||
-rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index d1d55338841..1777980c173 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -62,7 +62,7 @@ FN_LOCAL_STRING(lprm_command, lprm_command) FN_LOCAL_STRING(lppause_command, lppause_command) FN_LOCAL_STRING(lpresume_command, lpresume_command) FN_LOCAL_STRING(queuepause_command, queuepause_command) -FN_LOCAL_STRING(queueresumecommand, queueresumecommand) +FN_LOCAL_STRING(queueresume_command, queueresume_command) FN_LOCAL_STRING(_printername, _printername) FN_LOCAL_CONST_STRING(printjob_username, printjob_username) FN_LOCAL_STRING(magic_script, magic_script) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 56b33d19ec1..8e6b4befc31 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2230,7 +2230,7 @@ static struct parm_struct parm_table[] = { .label = "queueresume command", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(queueresumecommand), + .offset = LOCAL_VAR(queueresume_command), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL, |