mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Removed unused StatsManager methods
Removed unused get_real_epochs.lua
This commit is contained in:
parent
68817118c4
commit
29513c466b
7 changed files with 6 additions and 145 deletions
|
|
@ -844,6 +844,7 @@ end
|
|||
|
||||
-- Windows fixes for interfaces with "uncommon chars"
|
||||
function purifyInterfaceName(interface_name)
|
||||
-- io.write(debug.traceback().."\n")
|
||||
interface_name = string.gsub(interface_name, "@", "_")
|
||||
interface_name = string.gsub(interface_name, ":", "_")
|
||||
return(interface_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue