Fix to avoid preferences to be removed and thus be set to default

This commit is contained in:
Luca Deri 2020-10-12 22:05:59 +02:00
parent 13661a736b
commit d1bfec4ab7

View file

@ -94,7 +94,7 @@ function prefs_dump_utils.readPrefsFromDisk()
for _, pattern in pairs(patterns) do
local keys = ntop.getKeysCache(pattern)
for k, _ in pairs(keys or {}) do
ntop.delCache(k)
-- ntop.delCache(k)
end
end