dnsexit2: Reuse the $url variable

This commit is contained in:
Richard Hansen 2024-05-29 18:05:37 -04:00
parent 4804e15c12
commit 2bf6d348b0

View file

@ -4210,7 +4210,7 @@ sub nic_dnsexit2_update {
data => $data,
);
unless ($reply && header_ok($h, $reply)) {
failed("updating %s: Could not connect to %s%s.", $h, $config{$h}{'server'}, $config{$h}{'path'});
failed("updating %s: Could not connect to %s%s.", $h, $url);
last;
};
debug("%s", $reply);