diff --git a/DnsServerCore/Dns/Zones/PrimaryZone.cs b/DnsServerCore/Dns/Zones/PrimaryZone.cs index bd2b8cf1..faba0701 100644 --- a/DnsServerCore/Dns/Zones/PrimaryZone.cs +++ b/DnsServerCore/Dns/Zones/PrimaryZone.cs @@ -1676,7 +1676,6 @@ namespace DnsServerCore.Dns.Zones privateKey.SetState(DnssecPrivateKeyState.Revoked); DnsResourceRecord revokedDnsKeyRecord = new DnsResourceRecord(_name, DnsResourceRecordType.DNSKEY, DnsClass.IN, dnsKeyTtl, privateKey.DnsKey); - addedRecords.Add(revokedDnsKeyRecord); dnsKeyRecords.Add(revokedDnsKeyRecord); }