mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
8ff903534b
commit
a13684b3d1
4 changed files with 109 additions and 84 deletions
|
|
@ -2070,7 +2070,7 @@ function getPathFromKey(key)
|
|||
return getPathFromIPv6(key)
|
||||
end
|
||||
|
||||
key = key:gsub("[%.:]", "/")
|
||||
key = tostring(key):gsub("[%.:]", "/")
|
||||
|
||||
return fixPath(key)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue