From 83ec10739cfa2cbba5946c3fd4679f9d02f18d8b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 21 Feb 2017 23:39:11 +0100 Subject: [PATCH] ipsec: address small crash report --- src/etc/inc/ipsec.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/ipsec.inc b/src/etc/inc/ipsec.inc index 7f89c0b51..2e2c72bac 100644 --- a/src/etc/inc/ipsec.inc +++ b/src/etc/inc/ipsec.inc @@ -445,7 +445,7 @@ function ipsec_configure($verbose = false) /* get the automatic ping_hosts.sh ready */ @unlink('/var/db/ipsecpinghosts'); - touch('/var/db/ipsecpinghosts'); + @touch('/var/db/ipsecpinghosts'); // Prefer older IPsec SAs (advanced setting) if (isset($config['ipsec']['preferoldsa'])) {