This commit is contained in:
Luca Deri 2015-08-11 23:01:11 +02:00
parent d609b8c80d
commit 11a9b3112a
2 changed files with 4 additions and 2 deletions

View file

@ -1166,10 +1166,10 @@ elseif(page == "filtering") then
end
any_net = "0.0.0.0/0@0"
nets = ntop.getHashKeysCache(key)
nets = ntop.getHashKeysCache(key, any_net)
if((nets == nil) or (nets == "")) then
ntop.setHashCache(policy_key, any_net, "")
-- ntop.setHashCache(policy_key, any_net, "")
nets = ntop.getHashKeysCache(policy_key)
end