mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
param: Rename variable used for lp_max_smbd_processes iMaxSmbdProcesses
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
d57869d524
commit
bd7182fbfd
@ -1803,7 +1803,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "max smbd processes",
|
||||
.type = P_INTEGER,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(iMaxSmbdProcesses),
|
||||
.offset = GLOBAL_VAR(max_smbd_processes),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Reference in New Issue
Block a user