Apply suggestions from code review
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
This commit is contained in:
parent
f774437235
commit
963868f1b5
1 changed files with 1 additions and 2 deletions
|
|
@ -6409,8 +6409,7 @@ sub nic_hetzner_update {
|
||||||
$config{$domain}{"ipv$ipv"} = $ip;
|
$config{$domain}{"ipv$ipv"} = $ip;
|
||||||
$config{$domain}{'mtime'} = $now;
|
$config{$domain}{'mtime'} = $now;
|
||||||
$config{$domain}{"status-ipv$ipv"} = 'good';
|
$config{$domain}{"status-ipv$ipv"} = 'good';
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
# Set domain
|
# Set domain
|
||||||
if ($dns_rec_id)
|
if ($dns_rec_id)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue