summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:04 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:13 -0800
commit8ec3e110047034c0eb495c3d3bde1f1ef6ee7b18 (patch)
tree0db945b4c6505744237a524c500c1e9736b0b5a2 /lib/param/param_table.c
parente07f8aeeac5f8b0be7d28159793b237e9f3547df (diff)
downloadsamba-8ec3e110047034c0eb495c3d3bde1f1ef6ee7b18.tar.gz
samba-8ec3e110047034c0eb495c3d3bde1f1ef6ee7b18.tar.xz
samba-8ec3e110047034c0eb495c3d3bde1f1ef6ee7b18.zip
param: rename lp function and variable from "msg_command" to "message_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 89e52e1a8b..570b91606c 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3400,7 +3400,7 @@ static struct parm_struct parm_table[] = {
.label = "message command",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(msg_command),
+ .offset = GLOBAL_VAR(message_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,