diff --git a/ddclient.in b/ddclient.in index 0313ce0..e54b4c1 100755 --- a/ddclient.in +++ b/ddclient.in @@ -4181,7 +4181,7 @@ sub nic_dnsexit2_update { my $ip = delete($config{$h}{"wantipv$ipv"}) or next; $ips{$ipv} = $ip; info("Going to update IPv%s address to %s for %s.", $ipv, $ip, $h); - $config{$h}{'status-ipv$ipv'} = 'failed'; + $config{$h}{"status-ipv$ipv"} = 'failed'; push(@updates, { name => $h, type => ($ipv eq '6') ? 'AAAA' : 'A',