1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

param: Rename variable used for lp_maxmux max_mux

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:
Andrew Bartlett
2013-12-24 16:04:15 +13:00
committed by Jeremy Allison
parent 1f68d33718
commit d57869d524
3 changed files with 3 additions and 3 deletions

View File

@ -1519,7 +1519,7 @@ static struct parm_struct parm_table[] = {
.label = "max mux",
.type = P_INTEGER,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(max_mux),
.offset = GLOBAL_VAR(maxmux),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,