Skip to content

Commit

Permalink
Fix typo. Issue #13076
Browse files Browse the repository at this point in the history
  • Loading branch information
vktg committed Apr 25, 2022
1 parent 227f215 commit 7ef24f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/gwlb.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,7 @@ function save_gateway($gateway_settings, $realid = "") {
(($gateway_settings['monitor'] != "dynamic" &&
is_ipaddr($a_gateway_item[$realid]['gateway']) &&
$gateway['gateway'] != $a_gateway_item[$realid]['gateway']) ||
(isset($gateway['force_down']) ^ isset($a_gateway_item[$realid]['gateway'])))) {
(isset($gateway['force_down']) ^ isset($a_gateway_item[$realid]['force_down'])))) {
send_event("service reload ipsec " . escapeshellarg($a_gateway_item[$realid]['gateway']));
send_event("service reload openvpn " . escapeshellarg($a_gateway_item[$realid]['gateway']));
}
Expand Down

0 comments on commit 7ef24f7

Please sign in to comment.