]> git.ipfire.org Git - oddments/ddns.git/commitdiff
freedns.afraid.com: Read accidently removed exeption.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 23 Jun 2014 17:19:09 +0000 (19:19 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 23 Jun 2014 17:19:09 +0000 (19:19 +0200)
These lines accidently have been dropped while fixing a merge conflict.

src/ddns/providers.py

index 383d7995b8e0fd637597ca632248b8cfec9c6260..99da4bf00ca89efeda1497f50ce92c852da7c138 100644 (file)
@@ -427,6 +427,9 @@ class DDNSProviderFreeDNSAfraidOrg(DDNSProvider):
                elif "is an invalid IP address" in output:
                        raise DDNSRequestError(_("Invalid IP address has been sent."))
 
+               # If we got here, some other update error happened.
+               raise DDNSUpdateError
+
 
 class DDNSProviderLightningWireLabs(DDNSProvider):
        handle    = "dns.lightningwirelabs.com"