summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:07 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:14 -0800
commit609e7bea49edf9ac6053d99b01c8c15be4be2329 (patch)
tree396cfb6cffe5889308c224aced9c12b423ac4630 /lib/param/param_table.c
parent77d04917f79fa64733a3af17efce40926107d4e6 (diff)
downloadsamba-609e7bea49edf9ac6053d99b01c8c15be4be2329.tar.gz
samba-609e7bea49edf9ac6053d99b01c8c15be4be2329.tar.xz
samba-609e7bea49edf9ac6053d99b01c8c15be4be2329.zip
param: rename lp function and variable from "queuepausecommand" to "queuepause_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/param_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 4d2b6577995..56b33d19ec1 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2221,7 +2221,7 @@ static struct parm_struct parm_table[] = {
.label = "queuepause command",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(queuepausecommand),
+ .offset = LOCAL_VAR(queuepause_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL,