aboutsummaryrefslogtreecommitdiffstats
path: root/dhcp-lease-comment.capsman
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-lease-comment.capsman')
-rw-r--r--dhcp-lease-comment.capsman2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-lease-comment.capsman b/dhcp-lease-comment.capsman
index 5e6e325..eda04e4 100644
--- a/dhcp-lease-comment.capsman
+++ b/dhcp-lease-comment.capsman
@@ -10,7 +10,7 @@
:local MacAddress [ / ip dhcp-server lease get $Lease mac-address ];
:local OldComment [ / ip dhcp-server lease get $Lease comment ];
:local NewComment;
- :local AccessList [ :pick [ / caps-man access-list find where mac-address=$MacAddress ] 0 ];
+ :local AccessList ([ / caps-man access-list find where mac-address=$MacAddress ]->0);
:if ([ :len $AccessList ] > 0) do={
:set NewComment [ / caps-man access-list get $AccessList comment ];
}