mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +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
@ -148,7 +148,7 @@ FN_LOCAL_INTEGER(map_readonly, map_readonly)
|
||||
FN_LOCAL_INTEGER(directory_name_cache_size, directory_name_cache_size)
|
||||
FN_LOCAL_INTEGER(smb_encrypt, smb_encrypt)
|
||||
FN_LOCAL_PARM_CHAR(magicchar, magicchar)
|
||||
FN_LOCAL_STRING(cups_options, szCupsOptions)
|
||||
FN_LOCAL_STRING(cups_options, cups_options)
|
||||
FN_LOCAL_PARM_BOOL(change_notify, bChangeNotify)
|
||||
FN_LOCAL_PARM_BOOL(kernel_change_notify, bKernelChangeNotify)
|
||||
FN_LOCAL_BOOL(durable_handles, bDurableHandles)
|
||||
|
@ -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,
|
||||
|
@ -157,7 +157,7 @@ static struct loadparm_service sDefault =
|
||||
.postexec = NULL,
|
||||
.rootpreexec = NULL,
|
||||
.rootpostexec = NULL,
|
||||
.szCupsOptions = NULL,
|
||||
.cups_options = NULL,
|
||||
.printcommand = NULL,
|
||||
.lpqcommand = NULL,
|
||||
.lprmcommand = NULL,
|
||||
|
Reference in New Issue
Block a user