Fixes Mac manufacturers escaping

This commit is contained in:
Simone Mainardi 2018-05-10 17:09:13 +02:00
parent 06e2b24af8
commit 0a0d2d76ee

View file

@ -2493,7 +2493,11 @@ function get_manufacturer_mac(mac_address)
if(ret == m) then ret = "n/a" end
return ret
if ret and ret ~= "" then
ret = ret:gsub("'"," ")
end
return ret or "n/a"
end
-- rrd_exists