mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-20 04:19:33 +00:00
minor change
This commit is contained in:
@@ -786,7 +786,7 @@ namespace DnsServerCore
|
||||
set
|
||||
{
|
||||
if (value == null)
|
||||
throw new NullReferenceException();
|
||||
throw new ArgumentNullException();
|
||||
|
||||
if (!value.IsAuthoritative)
|
||||
throw new ArgumentException("Blocked zone must be authoritative.");
|
||||
|
||||
Reference in New Issue
Block a user