summaryrefslogtreecommitdiffstats
path: root/lib/param
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:08 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:14 -0800
commit798678ecfc8929174c30a97588027b678bbc85f1 (patch)
tree4c6632173420650cbbaebf01b02c803e939de2f8 /lib/param
parent609e7bea49edf9ac6053d99b01c8c15be4be2329 (diff)
downloadsamba-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/param')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
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,