mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
ipsec: address small crash report
This commit is contained in:
parent
b6a326b66c
commit
83ec10739c
@ -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'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user