Merge "Fix for the exception on creating secondary zone"

This commit is contained in:
Jenkins 2016-10-13 12:46:05 +00:00 committed by Gerrit Code Review
commit a9dcbb6d1b

View File

@ -43,8 +43,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()