Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 76625 | Differences between
and this patch

Collapse All | Expand All

(-)ddclient.orig (-1 / +1 lines)
Lines 2680-2686 Link Here
2680
		my $h = pop @hosts;
2680
		my $h = pop @hosts;
2681
	    
2681
	    
2682
		$config{$h}{'status'} = $status;
2682
		$config{$h}{'status'} = $status;
2683
		if ($status eq 'ok') {
2683
		if ($status eq 'ok' || $status eq 'nochange') {
2684
		    $config{$h}{'ip'}     = $ip;
2684
		    $config{$h}{'ip'}     = $ip;
2685
		    $config{$h}{'mtime'}  = $now;
2685
		    $config{$h}{'mtime'}  = $now;
2686
		    success("updating %s: %s: IP address set to %s", $h, $status, $ip);
2686
		    success("updating %s: %s: IP address set to %s", $h, $status, $ip);

Return to bug 76625