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

param: rename lp function and variable from 'defaultcase' to 'default_case'

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-03 15:12:09 +13:00
committed by Jeremy Allison
parent 617d9acf70
commit cfa64d20df
5 changed files with 6 additions and 6 deletions

View File

@ -2370,7 +2370,7 @@ static struct parm_struct parm_table[] = {
.label = "default case",
.type = P_ENUM,
.p_class = P_LOCAL,
.offset = LOCAL_VAR(defaultcase),
.offset = LOCAL_VAR(default_case),
.special = NULL,
.enum_list = enum_case,
.flags = FLAG_ADVANCED | FLAG_SHARE,