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_cups_options szCupsOptions

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:41 +13:00
committed by Jeremy Allison
parent 25f9b44b14
commit e3820c613c
3 changed files with 3 additions and 3 deletions

View File

@ -2112,7 +2112,7 @@ static struct parm_struct parm_table[] = {
.label = "cups options",
.type = P_STRING,
.p_class = P_LOCAL,
.offset = LOCAL_VAR(szCupsOptions),
.offset = LOCAL_VAR(cups_options),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL,