Added check

This commit is contained in:
Luca Deri 2020-10-12 11:28:19 +02:00
parent 2432ca068b
commit aa240a04d6

View file

@ -1381,6 +1381,7 @@ end
-- ##############################################
function getHostAltNamesKey(host_key)
if(host_key == nil) then return(nil) end
return "ntopng.cache.host_labels."..host_key
end