Minor interface name fix

This commit is contained in:
Simone Mainardi 2020-10-09 19:01:06 +02:00
parent b2bbc6d745
commit 6cdfe984fe

View file

@ -2280,9 +2280,9 @@ function getHumanReadableInterfaceName(interface_name)
if not isEmptyString(custom_name) then
return(shortenCollapse(custom_name))
else
return getInterfaceName(interface_name)
end
return interface_name
end
-- ##############################################