CacheZoneTree: minor refactoring changes.

This commit is contained in:
Shreyas Zare
2022-02-19 12:51:03 +05:30
parent ffd31e05e6
commit 595fb7d0a1

View File

@@ -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