mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-02 14:58:27 +00:00
CacheZoneTree: minor refactoring changes.
This commit is contained in:
@@ -78,7 +78,7 @@ namespace DnsServerCore.Dns.Trees
|
||||
|
||||
byte[] key = ConvertToByteKey(domain);
|
||||
|
||||
CacheZone zoneValue = FindZone(key, out _, out _, out CacheZone closestSubDomain, out CacheZone closestDelegation, out _);
|
||||
CacheZone zoneValue = FindZoneNode(key, out _, out _, out CacheZone closestSubDomain, out CacheZone closestDelegation, out _);
|
||||
if (zoneValue is null)
|
||||
{
|
||||
//zone not found
|
||||
|
||||
Reference in New Issue
Block a user