mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-05-10 13:16:07 +00:00
AuthZone: removed protected from disabled variable.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace DnsServerCore.Dns.Zones
|
||||
{
|
||||
#region variables
|
||||
|
||||
protected bool _disabled;
|
||||
bool _disabled;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user