mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-04-16 18:19:36 +00:00
dhcp-to-dns: use :continue in loop
This commit is contained in:
parent
e68aa3525f
commit
be95e99b31
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
|||
}
|
||||
} on-error={
|
||||
$LogPrint debug $ScriptName ("A lease just vanished, ignoring.");
|
||||
:continue;
|
||||
}
|
||||
|
||||
:if ([ :len ($LeaseVal->"active-address") ] > 0) do={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue