Fix RRD l4 protos collision in Windows due to case insensitive paths

This commit is contained in:
emanuele-f 2019-07-01 12:01:07 +02:00
parent 005d56e5dd
commit 840b423aff
2 changed files with 2 additions and 1 deletions

View file

@ -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 = {}