Skip to content

Commit

Permalink
Remove unused add_hostname_to_watch() from ipsec_setup_gwifs(). Issue…
Browse files Browse the repository at this point in the history
… #12645
  • Loading branch information
vktg committed Feb 14, 2022
1 parent 9bb9811 commit 95d7481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/etc/inc/ipsec.inc
Expand Up @@ -1554,7 +1554,6 @@ function ipsec_setup_gwifs($gateways_status = false) {
$rg = $ph1ent['remote-gateway'];
if (!is_ipaddr($rg)) {
$filterdns_list[] = "{$rg}";
add_hostname_to_watch($rg);
if (!platform_booting()) {
$rg = resolve_retry($rg, $ph1ent['protocol']);
}
Expand Down

0 comments on commit 95d7481

Please sign in to comment.