1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

param: rename lp function and variable from "addgroup_script" to "add_group_script"

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:00 +13:00
committed by Jeremy Allison
parent bc455c34da
commit d53a9a529c
3 changed files with 4 additions and 4 deletions

View File

@ -2620,7 +2620,7 @@ static struct parm_struct parm_table[] = {
.label = "add group script",
.type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(addgroup_script),
.offset = GLOBAL_VAR(add_group_script),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,