Update ddclient.in
This commit is contained in:
parent
81dbd41204
commit
aac2a86a26
1 changed files with 1 additions and 1 deletions
|
|
@ -7215,7 +7215,7 @@ sub nic_regfishdev4_update {
|
|||
|
||||
# No response, declare as failed
|
||||
if (!defined($reply) || !$reply) {
|
||||
failed("regfish.de updating %s: Could not connect to %s.", $h, $config{$h}{'server'});
|
||||
failed("regfish.de updating %s: failed: %s.", $h, $config{$h}{'server'});
|
||||
last;
|
||||
}
|
||||
last if !header_ok($h, $reply);
|
||||
|
|
|
|||
Loading…
Reference in a new issue