Update ddclient.in

This commit is contained in:
gertfriend 2022-10-31 11:21:38 +01:00 committed by GitHub
parent 81dbd41204
commit aac2a86a26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7215,7 +7215,7 @@ sub nic_regfishdev4_update {
# No response, declare as failed # No response, declare as failed
if (!defined($reply) || !$reply) { 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;
} }
last if !header_ok($h, $reply); last if !header_ok($h, $reply);