PrimaryZone: added disabled check in TriggerNotify()

This commit is contained in:
Shreyas Zare
2021-06-12 13:31:39 +05:30
parent f79ff90c95
commit 3c500d2af9

View File

@@ -237,6 +237,9 @@ namespace DnsServerCore.Dns.Zones
public void TriggerNotify()
{
if (_disabled)
return;
if (_notify == AuthZoneNotify.None)
return;