AuthZoneInfo: Updated NotifyFailed to return list of failed name servers.

This commit is contained in:
Shreyas Zare
2023-06-25 17:12:21 +05:30
parent cb14fbe168
commit 744c71b401

View File

@@ -951,7 +951,7 @@ namespace DnsServerCore.Dns.Zones
}
}
public bool NotifyFailed
public string[] NotifyFailed
{
get
{