Skip to content

Commit

Permalink
Merge pull request #231 from nsupdate-info/fix-211
Browse files Browse the repository at this point in the history
fix #211
  • Loading branch information
ThomasWaldmann committed Dec 28, 2015
2 parents 4f7627d + eacdd98 commit 98bcf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsupdate/main/dnstools.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def update_ns(fqdn, rdtype='A', ipaddr=None, action='upd', ttl=60):
logger.warning("timeout when performing %s for name %s and origin %s with rdtype %s and ipaddr %s" % (
action, name, origin, rdtype, ipaddr))
set_ns_availability(domain, False)
raise
raise DnsUpdateError("Timeout")
except dns.tsig.PeerBadSignature:
logger.error("PeerBadSignature - shared secret mismatch? zone: %s" % (origin, ))
set_ns_availability(domain, False)
Expand Down

0 comments on commit 98bcf1a

Please sign in to comment.