dnsexit2: Reuse the $url
variable
This commit is contained in:
parent
4804e15c12
commit
2bf6d348b0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue