mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
accesslist-duplicates: use global $Read
This commit is contained in:
parent
07cc38e973
commit
cbb2f067e6
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
:global GlobalFunctionsReady;
|
:global GlobalFunctionsReady;
|
||||||
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
|
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
|
||||||
|
|
||||||
:local Read do={ :return; }
|
:global Read;
|
||||||
|
|
||||||
:local Seen [ :toarray "" ];
|
:local Seen [ :toarray "" ];
|
||||||
:local Shown [ :toarray "" ];
|
:local Shown [ :toarray "" ];
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
:global GlobalFunctionsReady;
|
:global GlobalFunctionsReady;
|
||||||
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
|
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
|
||||||
|
|
||||||
:local Read do={ :return; }
|
:global Read;
|
||||||
|
|
||||||
:local Seen [ :toarray "" ];
|
:local Seen [ :toarray "" ];
|
||||||
:local Shown [ :toarray "" ];
|
:local Shown [ :toarray "" ];
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
:global GlobalFunctionsReady;
|
:global GlobalFunctionsReady;
|
||||||
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
|
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
|
||||||
|
|
||||||
:local Read do={ :return; }
|
:global Read;
|
||||||
|
|
||||||
:local Seen [ :toarray "" ];
|
:local Seen [ :toarray "" ];
|
||||||
:local Shown [ :toarray "" ];
|
:local Shown [ :toarray "" ];
|
||||||
|
|
Loading…
Reference in a new issue