dnsexit2: Delete redundant status-ipv*
assignments
This commit is contained in:
parent
b3951e407a
commit
eebb1b8a47
1 changed files with 0 additions and 2 deletions
|
@ -4250,8 +4250,6 @@ sub nic_dnsexit2_update {
|
||||||
info("Status: %s -- Message: %s", $status, $message);
|
info("Status: %s -- Message: %s", $status, $message);
|
||||||
info("Server Message: %s -- Server Details: %s", $response->{'message'},
|
info("Server Message: %s -- Server Details: %s", $response->{'message'},
|
||||||
defined($response->{'details'}) ? $response->{'details'}[0] : "no details received");
|
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 ne 'good') {
|
||||||
if ($status eq 'warning') {
|
if ($status eq 'warning') {
|
||||||
warning("%s", $message);
|
warning("%s", $message);
|
||||||
|
|
Loading…
Reference in a new issue