mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Windows fixes
This commit is contained in:
parent
a8d1700252
commit
453f515feb
2 changed files with 4 additions and 2 deletions
|
|
@ -2727,7 +2727,7 @@ function check_host_pools_alerts(ifid, working_status)
|
|||
local pool_exceeded_quotas = quota_exceeded_pools[pool] or {}
|
||||
|
||||
-- Pool quota
|
||||
if pool_stats then
|
||||
if((pool_stats ~= nil) and (shaper_utils ~= nil)) then
|
||||
local quotas_info = shaper_utils.getQuotasInfo(ifid, pool, pool_stats)
|
||||
|
||||
for proto, info in pairs(quotas_info) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue