mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-24 14:30:01 +00:00
SubDomainZone: minor code refactoring.
This commit is contained in:
@@ -51,13 +51,13 @@ namespace DnsServerCore.Dns.Zones
|
||||
{
|
||||
if (!record.GetAuthGenericRecordInfo().Disabled)
|
||||
{
|
||||
_disabled = false;
|
||||
Disabled = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
_disabled = true;
|
||||
Disabled = true;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user