From 8b0c038d63cc0be658239899b0167f165d1ae933 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 18 May 2024 03:04:23 -0400 Subject: [PATCH] 1984: Fix missing `next` on failure --- ddclient.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ddclient.in b/ddclient.in index d7044f6..0785eb6 100755 --- a/ddclient.in +++ b/ddclient.in @@ -5606,6 +5606,7 @@ sub nic_1984_update { } unless ($response->{ok}) { failed("%s", $response->{msg}); + next; } if ($response->{msg} =~ /unaltered/) {