mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-30 17:23:45 +00:00
Fix dnssec update when reload the domain information.
This commit is contained in:
@@ -500,7 +500,7 @@ class Domain(db.Model):
|
|||||||
d.serial = data['serial']
|
d.serial = data['serial']
|
||||||
d.notified_serial = data['notified_serial']
|
d.notified_serial = data['notified_serial']
|
||||||
d.last_check = 1 if data['last_check'] else 0
|
d.last_check = 1 if data['last_check'] else 0
|
||||||
d.dnssec = data['dnssec']
|
d.dnssec = 1 if data['dnssec'] else 0
|
||||||
changed = True
|
changed = True
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user