mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed non standard connotations (#6878)
This commit is contained in:
parent
cb1d74ee3a
commit
52c316d214
11 changed files with 23 additions and 23 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue