Fix IPsec status widget conn matching to align with recent changes. Fixes #8562

This commit is contained in:
jim-p 2018-06-11 11:12:20 -04:00
parent 2e6167e71e
commit 0dfce56bce

View File

@ -72,7 +72,7 @@ if ($_REQUEST && $_REQUEST['ajax']) {
continue;
}
$ikeid = "con{$ph1ent['ikeid']}";
$ikeid = "con{$ph1ent['ikeid']}000";
$ikenum[$ph1ent['ikeid']] = true;
}