mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-02 14:03:58 +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