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:
committed by
Jeremy Allison
parent
25f9b44b14
commit
e3820c613c
@ -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,
|
||||
|
Reference in New Issue
Block a user