global-functions: rename internal function: $DNSIsResolving -> $IsDNSResolving

This commit is contained in:
Christian Hesse 2022-06-17 00:18:59 +02:00
parent 0ee38a4303
commit 9aa82316c8
2 changed files with 17 additions and 17 deletions

View file

@ -12,8 +12,8 @@
:global NetwatchNotify;
:global DNSIsResolving;
:global IfThenElse;
:global IsDNSResolving;
:global LogPrintExit2;
:global ParseKeyValueStore;
:global ScriptLock;
@ -67,7 +67,7 @@ $ScriptLock $0;
}
:if ([ :typeof ($HostInfo->"resolve") ] = "str") do={
:if ([ $DNSIsResolving ] = true) do={
:if ([ $IsDNSResolving ] = true) do={
:do {
:local Resolve [ :resolve ($HostInfo->"resolve") ];
:if ($Resolve != $HostVal->"host") do={