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 nico.prenzel@pn-systeme.de 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'}) == 0) || (($cgiparams{'MAX_CLIENTS'}) < 1 ) || (($cgiparams{'MAX_CLIENTS'}) > 255 )) { $errormessage = $Lang::tr{'invalid input for max clients'}; goto ADV_ERROR;
hooks/post-receive -- IPFire 2.x development tree