dnsexit2: Delete redundant status-ipv* assignments

This commit is contained in:
Richard Hansen 2024-05-30 16:19:41 -04:00
parent b3951e407a
commit eebb1b8a47

View file

@ -4250,8 +4250,6 @@ sub nic_dnsexit2_update {
info("Status: %s -- Message: %s", $status, $message);
info("Server Message: %s -- Server Details: %s", $response->{'message'},
defined($response->{'details'}) ? $response->{'details'}[0] : "no details received");
$config{$h}{'status-ipv4'} = $status if $ips{'4'};
$config{$h}{'status-ipv6'} = $status if $ips{'6'};
if ($status ne 'good') {
if ($status eq 'warning') {
warning("%s", $message);