Removed non standard connotations (#6878)

This commit is contained in:
MatteoBiscosi 2022-10-17 15:53:36 +02:00
parent cb1d74ee3a
commit 52c316d214
11 changed files with 23 additions and 23 deletions

View file

@ -1275,7 +1275,7 @@ function discover.discover2table(interface_name, recache)
-- This is an ARP entry
if(discover.debug) then io.write("Attempting to resolve "..ip.."\n") end
local sym = ntop.getResolvedName(ip) -- dummy resolution just to fill-up the cache
local sym = ntop.getResolvedName(ip) -- placeholder resolution just to fill-up the cache
interface.mdnsQueueNameToResolve(ip)