mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix to avoid preferences to be removed and thus be set to default
This commit is contained in:
parent
13661a736b
commit
d1bfec4ab7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue