mirror of
https://github.com/samba-team/samba.git
synced 2025-02-11 17:58:16 +03:00
param: Rename variable used for lp_defaultcase iDefaultCase
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:
parent
6f01e34000
commit
8dd94b97f9
@ -133,7 +133,7 @@ FN_LOCAL_BOOL(acl_check_permissions, acl_check_permissions)
|
||||
FN_LOCAL_BOOL(acl_group_control, acl_group_control)
|
||||
FN_LOCAL_BOOL(acl_map_full_control, acl_map_full_control)
|
||||
FN_LOCAL_BOOL(acl_allow_execute_always, acl_allow_execute_always)
|
||||
FN_LOCAL_INTEGER(defaultcase, iDefaultCase)
|
||||
FN_LOCAL_INTEGER(defaultcase, defaultcase)
|
||||
FN_LOCAL_INTEGER(minprintspace, iMinPrintSpace)
|
||||
FN_LOCAL_INTEGER(printing, iPrinting)
|
||||
FN_LOCAL_INTEGER(max_reported_jobs, iMaxReportedPrintJobs)
|
||||
|
@ -2370,7 +2370,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "default case",
|
||||
.type = P_ENUM,
|
||||
.p_class = P_LOCAL,
|
||||
.offset = LOCAL_VAR(iDefaultCase),
|
||||
.offset = LOCAL_VAR(defaultcase),
|
||||
.special = NULL,
|
||||
.enum_list = enum_case,
|
||||
.flags = FLAG_ADVANCED | FLAG_SHARE,
|
||||
|
@ -195,7 +195,7 @@ static struct loadparm_service sDefault =
|
||||
.dir_mask = 0755,
|
||||
.force_dir_mode = 0,
|
||||
.max_connections = 0,
|
||||
.iDefaultCase = CASE_LOWER,
|
||||
.defaultcase = CASE_LOWER,
|
||||
.iPrinting = DEFAULT_PRINTING,
|
||||
.iOplockContentionLimit = 2,
|
||||
.csc_policy = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user