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
commit77d04917f79fa64733a3af17efce40926107d4e6 (patch)
tree46660596124523c01405afe90c833dd07d5975f4 /lib/param/param_table.c
parentcf6f3585634b2ad65917056eb739ed59e506e823 (diff)
downloadsamba-77d04917f79fa64733a3af17efce40926107d4e6.tar.gz
samba-77d04917f79fa64733a3af17efce40926107d4e6.tar.xz
samba-77d04917f79fa64733a3af17efce40926107d4e6.zip
param: rename lp function and variable from "printcommand" to "print_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 4c2caee343..4d2b657799 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2158,7 +2158,7 @@ static struct parm_struct parm_table[] = {
.label = "print command",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(printcommand),
+ .offset = LOCAL_VAR(print_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL,