Commit 83ec1073 authored by Franco Fichtner's avatar Franco Fichtner

ipsec: address small crash report

parent b6a326b6
...@@ -445,7 +445,7 @@ function ipsec_configure($verbose = false) ...@@ -445,7 +445,7 @@ function ipsec_configure($verbose = false)
/* get the automatic ping_hosts.sh ready */ /* get the automatic ping_hosts.sh ready */
@unlink('/var/db/ipsecpinghosts'); @unlink('/var/db/ipsecpinghosts');
touch('/var/db/ipsecpinghosts'); @touch('/var/db/ipsecpinghosts');
// Prefer older IPsec SAs (advanced setting) // Prefer older IPsec SAs (advanced setting)
if (isset($config['ipsec']['preferoldsa'])) { if (isset($config['ipsec']['preferoldsa'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment