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, master has been updated via 16295ef4a0bd053a2e2b34e5d14478131ac1fe3c (commit) from 734b67d20dd9f27b0214b129929a063d16671fa4 (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 16295ef4a0bd053a2e2b34e5d14478131ac1fe3c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jun 25 07:36:39 2010 +0200
ipsecctrl: fix compile error.
-----------------------------------------------------------------------
Summary of changes: src/misc-progs/ipsecctrl.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Difference in files: diff --git a/src/misc-progs/ipsecctrl.c b/src/misc-progs/ipsecctrl.c index 1dd05ea..2e8ca53 100644 --- a/src/misc-progs/ipsecctrl.c +++ b/src/misc-progs/ipsecctrl.c @@ -142,6 +142,8 @@ int decode_line (char *s, */ void turn_connection_on (char *name, char *type) { char command[STRING_SIZE]; + FILE *file = NULL; + if (file = fopen("/var/run/vpn-watch.pid", "r")) { safe_system("kill -9 $(cat /var/run/vpn-watch.pid)"); safe_system("unlink /var/run/vpn-watch.pid");
hooks/post-receive -- IPFire 2.x development tree