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
commitdb52b908c7aed5ae8cd2463010a3e2940c6ee4e9 (patch)
treeaa40c82887eb2d03618bfb92ebe0389008bc9513 /lib/param/param_table.c
parentbbcd0042188757cd17fa69a459b582f42e2b3b4c (diff)
downloadsamba-db52b908c7aed5ae8cd2463010a3e2940c6ee4e9.tar.gz
samba-db52b908c7aed5ae8cd2463010a3e2940c6ee4e9.tar.xz
samba-db52b908c7aed5ae8cd2463010a3e2940c6ee4e9.zip
param: rename lp function and variable from "lprmcommand" to "lprm_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 235fdd14f5..9c3b015fd7 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2194,7 +2194,7 @@ static struct parm_struct parm_table[] = {
.label = "lprm command",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(lprmcommand),
+ .offset = LOCAL_VAR(lprm_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL,