projects
/
ddns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90fe884
)
Fix typo in DynDNS2 proto response code.
author
Stefan Schantl
<stefan.schantl@ipfire.org>
Thu, 28 Aug 2014 18:44:27 +0000
(20:44 +0200)
committer
Stefan Schantl
<stefan.schantl@ipfire.org>
Thu, 28 Aug 2014 18:45:15 +0000
(20:45 +0200)
src/ddns/providers.py
patch
|
blob
|
blame
|
history
diff --git
a/src/ddns/providers.py
b/src/ddns/providers.py
index
766ce64
..
151d6a3
100644
(file)
--- a/
src/ddns/providers.py
+++ b/
src/ddns/providers.py
@@
-214,7
+214,7
@@
class DDNSProtocolDynDNS2(object):
# Handle error codes.
if output == "badauth":
raise DDNSAuthenticationError
- elif output == "a
d
use":
+ elif output == "a
b
use":
raise DDNSAbuseError
elif output == "notfqdn":
raise DDNSRequestError(_("No valid FQDN was given."))