Update ddclient.in
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
9dd996201e
commit
b59a5c93aa
1 changed files with 0 additions and 1 deletions
|
|
@ -5562,7 +5562,6 @@ sub dinamico_cdmon_update {
|
|||
if (exists $params->{'newip'}) {$newip = $params->{'newip'}; $msg .= sprintf " :IP address set to newip:%s", $newip;}
|
||||
if (exists $params->{'temps'}) {$msg .= sprintf ", the changes will not be operational until after %d minutes", int(int($params->{'temps'})/60000);}
|
||||
|
||||
#$config{$h}{'ip'} = $ip;
|
||||
$config{$h}{'ip'} = $newip;
|
||||
$config{$h}{'mtime'} = $now;
|
||||
$config{$h}{'status'} = 'good';
|
||||
|
|
|
|||
Loading…
Reference in a new issue