mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-09 01:24:27 +02:00
log-forward: update initialization of empty array
Having the parenthesis here is important for valid syntax!
This commit is contained in:
parent
49147c83ca
commit
164ebe8c8a
1 changed files with 1 additions and 1 deletions
|
@ -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 . "] " . \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue