mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 11:29:01 +00:00
ospf.lua: Removed debugging print.
This commit is contained in:
@@ -184,7 +184,6 @@ OSPF = {
|
||||
end
|
||||
|
||||
local neighbor_count = ( hello.header.length - pos + 1 ) / 4
|
||||
print("neighCount"..neighbor_count)
|
||||
local neighbor
|
||||
|
||||
hello.neighbors = {}
|
||||
|
||||
Reference in New Issue
Block a user