mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix whitespace
This commit is contained in:
parent
5897e4e397
commit
f2fcc67c9f
@ -3651,7 +3651,7 @@ function upgrade_118_to_119() {
|
||||
}
|
||||
|
||||
function upgrade_119_to_120() {
|
||||
global $config, $ipsec_loglevels;
|
||||
global $config, $ipsec_loglevels;
|
||||
|
||||
if (!is_array($config['ipsec'])) {
|
||||
return;
|
||||
@ -3659,10 +3659,10 @@ function upgrade_119_to_120() {
|
||||
|
||||
// add 1 to configured log levels as part of redmine #5340
|
||||
foreach ($ipsec_loglevels as $lkey => $ldescr) {
|
||||
if (isset($config['ipsec']["ipsec_{$lkey}"])) {
|
||||
$config['ipsec']["ipsec_{$lkey}"] = $config['ipsec']["ipsec_{$lkey}"] + 1;
|
||||
}
|
||||
}
|
||||
if (isset($config['ipsec']["ipsec_{$lkey}"])) {
|
||||
$config['ipsec']["ipsec_{$lkey}"] = $config['ipsec']["ipsec_{$lkey}"] + 1;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user