mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-07-31 21:51:35 +00:00
fw-addr-lists: fix list without certificate
This commit is contained in:
parent
deee37d918
commit
cc644351b6
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
:local Data false;
|
:local Data false;
|
||||||
:local TimeOut [ $EitherOr [ :totime ($List->"timeout") ] $FwAddrListTimeOut ];
|
:local TimeOut [ $EitherOr [ :totime ($List->"timeout") ] $FwAddrListTimeOut ];
|
||||||
|
|
||||||
:foreach Cert in=[ :toarray delimiter=":" ($List->"cert") ] do={
|
:foreach Cert in=[ :toarray delimiter=":" [ :tostr ($List->"cert") ] ] do={
|
||||||
:if ([ :len ($Cert) ] > 0) do={
|
:if ([ :len ($Cert) ] > 0) do={
|
||||||
:set CheckCertificate true;
|
:set CheckCertificate true;
|
||||||
:if ([ $CertificateAvailable $Cert "fetch" ] = false) do={
|
:if ([ $CertificateAvailable $Cert "fetch" ] = false) do={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue