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

log-forward: update initialization of empty array

Having the parenthesis here is important for valid syntax!
This commit is contained in:
Christian Hesse
2022-07-13 11:33:58 +02:00
parent 49147c83ca
commit 164ebe8c8a

View File

@@ -46,7 +46,7 @@ $ScriptLock $0;
:local Messages "";
:local Warning false;
:local MessageVal;
:local MessageDups [ :toarray "" ];
:local MessageDups ({});
:local LogForwardFilterLogForwarding ("^Error sending e-mail <(" . \
[ $EscapeForRegEx [ $QuotedPrintable ("[" . $Identity . "] " . \