From 4a394f4562ef12feeeee126238f92588fc622f0a Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 24 Jul 2024 18:48:45 -0400 Subject: [PATCH] dnsexit2: Delete rogue semicolon --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 6396281..a6b3f7f 100755 --- a/ddclient.in +++ b/ddclient.in @@ -4025,7 +4025,7 @@ sub dnsexit2_update_host { if (!header_ok($h, $reply)) { failed("$h: request to $url failed"); return; - }; + } (my $body = $reply) =~ s/^.*?\r?\n\r?\n//s; my $response = eval { decode_json($body); }; if (!$response) {