From b59a5c93aae5954f0756a6d17889cc60b3e8f1de Mon Sep 17 00:00:00 2001 From: Serrallonga25 <75206839+Serrallonga25@users.noreply.github.com> Date: Fri, 28 Oct 2022 09:33:31 +0200 Subject: [PATCH] Update ddclient.in Co-authored-by: Sandro --- ddclient.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 106c6e2..798e62f 100755 --- a/ddclient.in +++ b/ddclient.in @@ -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';