mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
WebService: fixed minor issue in ResolvePtrTopClientsAsync()
This commit is contained in:
@@ -2640,8 +2640,6 @@ namespace DnsServerCore
|
|||||||
resolverTasks.Add(ResolvePtrAsync(item.Key));
|
resolverTasks.Add(ResolvePtrAsync(item.Key));
|
||||||
}
|
}
|
||||||
|
|
||||||
await Task.WhenAll(resolverTasks);
|
|
||||||
|
|
||||||
Dictionary<string, string> result = new Dictionary<string, string>();
|
Dictionary<string, string> result = new Dictionary<string, string>();
|
||||||
|
|
||||||
foreach (Task<KeyValuePair<string, string>> resolverTask in resolverTasks)
|
foreach (Task<KeyValuePair<string, string>> resolverTask in resolverTasks)
|
||||||
|
|||||||
Reference in New Issue
Block a user