From bd74f3ff0f003956150dea8533f97eea87e864d7 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Wed, 19 Nov 2008 20:56:18 +0000 Subject: [PATCH] Extra fix for multiple IP's git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@103 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- ddclient | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ddclient b/ddclient index 07c0070..354cc86 100755 --- a/ddclient +++ b/ddclient @@ -2443,6 +2443,8 @@ sub nic_noip_update { my @hosts = @{$groups{$sig}}; my $hosts = join(',', @hosts); my $h = $hosts[0]; + my $ip = $config{$h}{'wantip'}; + delete $config{$_}{'wantip'} foreach @hosts; info("setting IP address to %s for %s", $ip, $hosts); verbose("UPDATE:","updating %s", $hosts);