Bugs item #2800723, was opened at 2009-06-03 23:08
Message generated for change (Tracker Item Submitted) made by erijo
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Erik Johansson (erijo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Invalid Value for keyword 'ip' = '' saved to cache
Initial Comment:
ddclient saves an empty value for the IP-address to the cache, resulting in the following warning the next time ddclient is run:
WARNING: file /var/cache/ddclient/ddclient.cache, line 4: Invalid Value for keyword 'ip' = ''
The reason for this is that the server I connect to (dyndns2, custom) replies with "good" after updating and "nochg" when no update have been done. But ddclient seems to except that the reply contains the IP, which it in this case doesn't do.
The attached patch fixes the problem for me with ddclient version 3.7.3.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817
|