diff --git a/ddclient.in b/ddclient.in index 0785eb6..5ef3b51 100755 --- a/ddclient.in +++ b/ddclient.in @@ -5609,6 +5609,8 @@ sub nic_1984_update { next; } + $config{$host}{'status'} = 'good'; + $config{$host}{'ip'} = $ip; if ($response->{msg} =~ /unaltered/) { success("Updating %s: skipped: IP was already set to %s", $host, $response->{ip}); } else {