diff options
author | Christian Hesse <mail@eworm.de> | 2022-06-17 00:18:59 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-06-20 11:29:49 +0200 |
commit | 9aa82316c8926773724e2dde24d58594c96bb832 (patch) | |
tree | 0afe8317034c8bbd12e72376fbf715aa67f68406 /netwatch-notify | |
parent | 0ee38a4303cb608d716c09b06cd7319ea7c5b398 (diff) |
global-functions: rename internal function: $DNSIsResolving -> $IsDNSResolving
Diffstat (limited to 'netwatch-notify')
-rw-r--r-- | netwatch-notify | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netwatch-notify b/netwatch-notify index 47b7fa1..45b0c76 100644 --- a/netwatch-notify +++ b/netwatch-notify @@ -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={ |