Merge "Fix for the exception on creating secondary zone" into stable/mitaka

This commit is contained in:
Jenkins 2016-10-18 18:20:21 +00:00 committed by Gerrit Code Review
commit 160c17114b
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ class XFRMixin(object):
LOG.warning(e.message)
return
zone = dnsutils.from_dnspython_zone(dnspython_zone)
zone.update(zone)
zone.update(dnsutils.from_dnspython_zone(dnspython_zone))
zone.transferred_at = timeutils.utcnow()