From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] ovpn: Fix LZO checkbox restore Date: Fri, 06 Dec 2019 06:30:49 +0000 Message-ID: <45F9C76F-FB07-4A3A-BF0E-40A6558EAA11@ipfire.org> In-Reply-To: <20191206060833.7717-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6399600471048825439==" List-Id: --===============6399600471048825439== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 6 Dec 2019, at 06:08, Erik Kapfer wrote: >=20 > Triggered by --> https://community.ipfire.org/t/openvpn-is-lzo-compression-= now-effectively-disabled/503 . >=20 > Signed-off-by: Erik Kapfer > --- > html/cgi-bin/ovpnmain.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi > index 09f0dc42f..e76a688fe 100644 > --- a/html/cgi-bin/ovpnmain.cgi > +++ b/html/cgi-bin/ovpnmain.cgi > @@ -785,7 +785,7 @@ if ($cgiparams{'ACTION'} eq $Lang::tr{'save-adv-options= '}) { > $vpnsettings{'MAX_CLIENTS'} =3D $cgiparams{'MAX_CLIENTS'}; > $vpnsettings{'REDIRECT_GW_DEF1'} =3D $cgiparams{'REDIRECT_GW_DEF1'}; > $vpnsettings{'CLIENT2CLIENT'} =3D $cgiparams{'CLIENT2CLIENT'}; > - $vpnsettings{'COMPLZO'} =3D $cgiparams{'DCOMPLZO'}; > + $vpnsettings{'DCOMPLZO'} =3D $cgiparams{'DCOMPLZO'}; > $vpnsettings{'ADDITIONAL_CONFIGS'} =3D $cgiparams{'ADDITIONAL_CONFIGS'}; > $vpnsettings{'DHCP_DOMAIN'} =3D $cgiparams{'DHCP_DOMAIN'}; > $vpnsettings{'DHCP_DNS'} =3D $cgiparams{'DHCP_DNS'}; > --=20 > 2.12.2 >=20 --===============6399600471048825439==--