mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
param: Rename variable used for lp_large_readwrite bLargeReadwrite
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
345846d5e1
commit
ddaa64bf8c
@ -184,7 +184,7 @@ FN_GLOBAL_BOOL(getwd_cache, getwd_cache)
|
||||
FN_GLOBAL_BOOL(host_msdfs, host_msdfs)
|
||||
FN_GLOBAL_BOOL(hostname_lookups, hostname_lookups)
|
||||
FN_GLOBAL_BOOL(lanman_auth, lanman_auth)
|
||||
FN_GLOBAL_BOOL(large_readwrite, bLargeReadwrite)
|
||||
FN_GLOBAL_BOOL(large_readwrite, large_readwrite)
|
||||
FN_GLOBAL_BOOL(ldap_delete_dn, ldap_delete_dn)
|
||||
FN_GLOBAL_BOOL(ldap_ssl_ads, ldap_ssl_ads)
|
||||
FN_GLOBAL_BOOL(load_printers, bLoadPrinters)
|
||||
|
@ -1313,7 +1313,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "large readwrite",
|
||||
.type = P_BOOL,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(bLargeReadwrite),
|
||||
.offset = GLOBAL_VAR(large_readwrite),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
@ -821,7 +821,7 @@ static void init_globals(bool reinit_globals)
|
||||
Globals.unamelevel = 0;
|
||||
Globals.deadtime = 0;
|
||||
Globals.getwd_cache = true;
|
||||
Globals.bLargeReadwrite = true;
|
||||
Globals.large_readwrite = true;
|
||||
Globals.max_log_size = 5000;
|
||||
Globals.max_open_files = max_open_files();
|
||||
Globals.open_files_db_hash_size = SMB_OPEN_DATABASE_TDB_HASH_SIZE;
|
||||
|
Reference in New Issue
Block a user