AuthZone: removed protected from disabled variable.

This commit is contained in:
Shreyas Zare
2024-09-21 12:38:55 +05:30
parent 7f385d44e8
commit ca6873661c

View File

@@ -29,7 +29,7 @@ namespace DnsServerCore.Dns.Zones
{
#region variables
protected bool _disabled;
bool _disabled;
#endregion