Update ddclient.in

Cleaner syntax

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
JMCC 2022-01-16 21:42:01 +01:00 committed by GitHub
parent b769f87548
commit 350b74d30f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5868,9 +5868,7 @@ sub nic_keysystems_update {
$config{$h}{'mtime'} = $now;
$config{$h}{'status'} = 'good';
success("updating %s: good: IP address set to %s", $h, $ip);
}
else
{
} else {
$config{$h}{'status'} = 'failed';
failed("updating %s: Server said: '$reply'", $h);
}