diff options
Diffstat (limited to 'hotspot-to-wpa')
-rw-r--r-- | hotspot-to-wpa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotspot-to-wpa b/hotspot-to-wpa index 54a9e8e..ca11775 100644 --- a/hotspot-to-wpa +++ b/hotspot-to-wpa @@ -17,7 +17,7 @@ / caps-man access-list add comment="--- hotspot-to-wpa above ---" disabled=yes; $LogPrintExit warning "Added disabled access-list entry with comment '--- hotspot-to-wpa above ---'." false; } -:local PlaceBefore [ / caps-man access-list find where comment="--- hotspot-to-wpa above ---" disabled ]; +:local PlaceBefore ([ / caps-man access-list find where comment="--- hotspot-to-wpa above ---" disabled ]->0); $LogPrintExit info ("Adding/updating accesslist entry for mac address " . $MacAddress . \ " (user " . $UserName . ").") false; |