mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-03 23:34:49 +00:00
AuthZone: using SetGlueRecords() which is correct glue record copy operation in SyncRecords().
This commit is contained in:
@@ -270,7 +270,7 @@ namespace DnsServerCore.Dns.Zones
|
||||
if ((this is SecondaryZone) || (this is StubZone))
|
||||
{
|
||||
//copy existing SOA record's glue addresses to new SOA record
|
||||
newEntry.Value[0].SyncGlueRecords(_entries[DnsResourceRecordType.SOA][0].GetGlueRecords());
|
||||
newEntry.Value[0].SetGlueRecords(_entries[DnsResourceRecordType.SOA][0].GetGlueRecords());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user