From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8e148dc343c0a313568cc8a8c140090f93817b23 Date: Thu, 24 May 2012 18:18:48 +0200 Message-ID: <20120524161848.4A9D1200BB@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2684450324128767562==" List-Id: --===============2684450324128767562== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 8e148dc343c0a313568cc8a8c140090f93817b23 (commit) from aa7afd463d24edbefe34f6f57a39345777cb89e2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8e148dc343c0a313568cc8a8c140090f93817b23 Author: Nico Prenzel Date: Thu May 24 18:18:22 2012 +0200 openvpn: Fix deletion of static routes. ----------------------------------------------------------------------- Summary of changes: html/cgi-bin/ovpnmain.cgi | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Difference in files: diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 4bfb6aa..0c4502d 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -573,6 +573,10 @@ if ($cgiparams{'ACTION'} eq $Lang::tr{'save-adv-options'= }) { &write_routepushfile; undef $vpnsettings{'ROUTES_PUSH'}; } + else { + undef $vpnsettings{'ROUTES_PUSH'}; + &write_routepushfile; + } if ((length($cgiparams{'MAX_CLIENTS'}) =3D=3D 0) || (($cgiparams{'MAX_CL= IENTS'}) < 1 ) || (($cgiparams{'MAX_CLIENTS'}) > 255 )) { $errormessage =3D $Lang::tr{'invalid input for max clients'}; goto ADV_ERROR; hooks/post-receive -- IPFire 2.x development tree --===============2684450324128767562==--