1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

accesslist-duplicates: use global $Read

This commit is contained in:
Christian Hesse
2022-03-08 22:30:01 +01:00
parent 07cc38e973
commit cbb2f067e6
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
:local Read do={ :return; }
:global Read;
:local Seen [ :toarray "" ];
:local Shown [ :toarray "" ];

View File

@@ -12,7 +12,7 @@
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
:local Read do={ :return; }
:global Read;
:local Seen [ :toarray "" ];
:local Shown [ :toarray "" ];

View File

@@ -13,7 +13,7 @@
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
:local Read do={ :return; }
:global Read;
:local Seen [ :toarray "" ];
:local Shown [ :toarray "" ];