1
0
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:
kroosec
2012-08-05 18:44:56 +00:00
parent de920a2afc
commit 36e2449a8a

View File

@@ -184,7 +184,6 @@ OSPF = {
end
local neighbor_count = ( hello.header.length - pos + 1 ) / 4
print("neighCount"..neighbor_count)
local neighbor
hello.neighbors = {}