mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:05:01 +02:00
global-functions: rename internal function: $DNSIsResolving -> $IsDNSResolving
This commit is contained in:
parent
0ee38a4303
commit
9aa82316c8
2 changed files with 17 additions and 17 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue