* [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8e148dc343c0a313568cc8a8c140090f93817b23
@ 2012-05-24 16:18 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-05-24 16:18 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 1676 bytes --]
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(a)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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-24 16:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-24 16:18 [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8e148dc343c0a313568cc8a8c140090f93817b23 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox