1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

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>
This commit is contained in:
Garming Sam
2014-02-04 15:09:04 +13:00
committed by Jeremy Allison
parent e07f8aeeac
commit 8ec3e11004
3 changed files with 8 additions and 8 deletions

View File

@ -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,