Update ddclient.in
Cleaner syntax Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
b769f87548
commit
350b74d30f
1 changed files with 1 additions and 3 deletions
|
|
@ -5868,9 +5868,7 @@ sub nic_keysystems_update {
|
||||||
$config{$h}{'mtime'} = $now;
|
$config{$h}{'mtime'} = $now;
|
||||||
$config{$h}{'status'} = 'good';
|
$config{$h}{'status'} = 'good';
|
||||||
success("updating %s: good: IP address set to %s", $h, $ip);
|
success("updating %s: good: IP address set to %s", $h, $ip);
|
||||||
}
|
} else {
|
||||||
else
|
|
||||||
{
|
|
||||||
$config{$h}{'status'} = 'failed';
|
$config{$h}{'status'} = 'failed';
|
||||||
failed("updating %s: Server said: '$reply'", $h);
|
failed("updating %s: Server said: '$reply'", $h);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue