dnsexit2: Delete rogue semicolon
This commit is contained in:
parent
56f0d931a4
commit
4a394f4562
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue