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:
@@ -46,7 +46,7 @@ $ScriptLock $0;
|
|||||||
:local Messages "";
|
:local Messages "";
|
||||||
:local Warning false;
|
:local Warning false;
|
||||||
:local MessageVal;
|
:local MessageVal;
|
||||||
:local MessageDups [ :toarray "" ];
|
:local MessageDups ({});
|
||||||
|
|
||||||
:local LogForwardFilterLogForwarding ("^Error sending e-mail <(" . \
|
:local LogForwardFilterLogForwarding ("^Error sending e-mail <(" . \
|
||||||
[ $EscapeForRegEx [ $QuotedPrintable ("[" . $Identity . "] " . \
|
[ $EscapeForRegEx [ $QuotedPrintable ("[" . $Identity . "] " . \
|
||||||
|
Reference in New Issue
Block a user