mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
ospf.lua: Removed debugging print.
This commit is contained in:
parent
de920a2afc
commit
36e2449a8a
1 changed files with 0 additions and 1 deletions
|
|
@ -184,7 +184,6 @@ OSPF = {
|
|||
end
|
||||
|
||||
local neighbor_count = ( hello.header.length - pos + 1 ) / 4
|
||||
print("neighCount"..neighbor_count)
|
||||
local neighbor
|
||||
|
||||
hello.neighbors = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue