mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-06 21:45:15 +00:00
PrimaryZone: added disabled check in TriggerNotify()
This commit is contained in:
@@ -237,6 +237,9 @@ namespace DnsServerCore.Dns.Zones
|
||||
|
||||
public void TriggerNotify()
|
||||
{
|
||||
if (_disabled)
|
||||
return;
|
||||
|
||||
if (_notify == AuthZoneNotify.None)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user