mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Remove unnecessary call
This commit is contained in:
parent
c2e12b2eff
commit
0d04f24881
1 changed files with 0 additions and 1 deletions
|
|
@ -930,7 +930,6 @@ end
|
|||
function driver:deleteOldData(ifid)
|
||||
local paths = getRRDPaths()
|
||||
local dirs = ntop.getDirs()
|
||||
local ifaces = ntop.listInterfaces()
|
||||
local retention_days = tonumber(ntop.getPref("ntopng.prefs.old_rrd_files_retention")) or 365
|
||||
|
||||
for _, path in pairs(paths) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue