Minor changes

This commit is contained in:
Luca Deri 2023-09-25 22:05:31 +02:00
parent 3224e81030
commit bc221c29ab
3 changed files with 5 additions and 6 deletions

View file

@ -473,7 +473,7 @@ function flowinfo2process(process, host_info_to_url)
if process then
-- TODO: add links back once restored
if not isEmptyString(process["name"]) then
local full_clean_name = process["name"]:gsub("'",'')
local t = split(full_clean_name, "/")