fixed issue of missing server domain for blocked zone when setting new zone.

This commit is contained in:
Shreyas Zare
2019-01-20 10:48:26 +05:30
parent f9d17d0641
commit 4d1c1e06bc

View File

@@ -945,6 +945,7 @@ namespace DnsServerCore
throw new ArgumentException("Blocked zone must be authoritative.");
_blockedZoneRoot = value;
_blockedZoneRoot.ServerDomain = _authoritativeZoneRoot.ServerDomain;
}
}