mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix #2818. Last change didn't work, it needs to be one more step out of the loop.
This commit is contained in:
parent
7790196644
commit
923e440b75
@ -225,9 +225,9 @@ function vpn_ipsec_configure($ipchg = false)
|
||||
}
|
||||
}
|
||||
}
|
||||
@file_put_contents("{$g['vardb_path']}/ipsecpinghosts", $ipsecpinghosts);
|
||||
unset($ipsecpinghosts);
|
||||
}
|
||||
@file_put_contents("{$g['vardb_path']}/ipsecpinghosts", $ipsecpinghosts);
|
||||
unset($ipsecpinghosts);
|
||||
}
|
||||
|
||||
/* generate CA certificates files */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user