From 46bca5439378a2b906a78970a5707d1efaeaf9b6 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 30 May 2024 04:04:19 -0400 Subject: [PATCH] dnsexit2: Fix string interpolation --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',