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

param: Rename variable used for lp_create_krb5_conf bCreateKrb5Conf

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andrew Bartlett
2013-12-24 16:03:44 +13:00
committed by Jeremy Allison
parent 48a1bb937d
commit eb4eadadf0
3 changed files with 3 additions and 3 deletions

View File

@ -4130,7 +4130,7 @@ static struct parm_struct parm_table[] = {
.label = "create krb5 conf",
.type = P_BOOL,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(bCreateKrb5Conf),
.offset = GLOBAL_VAR(create_krb5_conf),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,