mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix RRD l4 protos collision in Windows due to case insensitive paths
This commit is contained in:
parent
005d56e5dd
commit
840b423aff
2 changed files with 2 additions and 1 deletions
|
|
@ -116,6 +116,8 @@ local function schema_get_path(schema, tags)
|
|||
suffix = "ndpi_categories/"
|
||||
elseif parts[2] == "ndpi_flows" then
|
||||
suffix = "ndpi_flows/"
|
||||
elseif parts[2] == "l4protos" then
|
||||
suffix = "l4protos/"
|
||||
elseif #schema._tags >= 3 then
|
||||
local intermediate_tags = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue