dnsexit2: Delete rogue semicolon

This commit is contained in:
Richard Hansen 2024-07-24 18:48:45 -04:00
parent 56f0d931a4
commit 4a394f4562

View file

@ -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) {