mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Code cleanup of old captive portal functions
This commit is contained in:
parent
e916e61742
commit
a75a6c6212
2 changed files with 3 additions and 55 deletions
|
|
@ -496,9 +496,9 @@ function host_pools_utils.purgeExpiredPoolsMembers()
|
|||
for _, ifname in pairs(ifnames) do
|
||||
interface.select(ifname)
|
||||
|
||||
if isCaptivePortalActive() then
|
||||
interface.purgeExpiredPoolsMembers()
|
||||
end
|
||||
-- Currently, volatile pool members are no longer used,
|
||||
-- so there's no need to purge them.
|
||||
-- interface.purgeExpiredPoolsMembers()
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue