summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:06 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:14 -0800
commitbbcd0042188757cd17fa69a459b582f42e2b3b4c (patch)
treee6b4958c8a08e8fe08669d8ee15c75691ad37f68 /lib/param/param_table.c
parentb8eedddc2faa19dce649dd220c42f5aa65fbbc92 (diff)
downloadsamba-bbcd0042188757cd17fa69a459b582f42e2b3b4c.tar.gz
samba-bbcd0042188757cd17fa69a459b582f42e2b3b4c.tar.xz
samba-bbcd0042188757cd17fa69a459b582f42e2b3b4c.zip
param: rename lp function and variable from "lpresumecommand" to "lpresume_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 2cd4f56f47..235fdd14f5 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2212,7 +2212,7 @@ static struct parm_struct parm_table[] = {
.label = "lpresume command",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(lpresumecommand),
+ .offset = LOCAL_VAR(lpresume_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL,