diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:19 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:43 -0800 |
commit | 79919eacbd0248563fde429e2c9adecccba8a1eb (patch) | |
tree | 1c13ea47b530902f791119cbd7e76c06da3122d9 /lib/param/param_table.c | |
parent | 4f0c831e2b4166abf891581b0aeb479e931b9b98 (diff) | |
download | samba-79919eacbd0248563fde429e2c9adecccba8a1eb.tar.gz samba-79919eacbd0248563fde429e2c9adecccba8a1eb.tar.xz samba-79919eacbd0248563fde429e2c9adecccba8a1eb.zip |
param: Rename variable used for lp_max_connections iMaxConnections
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 7c39063e61..7f6798438c 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1812,7 +1812,7 @@ static struct parm_struct parm_table[] = { .label = "max connections", .type = P_INTEGER, .p_class = P_LOCAL, - .offset = LOCAL_VAR(iMaxConnections), + .offset = LOCAL_VAR(max_connections), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE, |