1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00

Remove a change which actually got reverted a while back and is being redone

This commit is contained in:
fyodor
2011-07-01 06:45:39 +00:00
parent b4f865179b
commit f2d2cc6e87

View File

@@ -313,10 +313,6 @@ o [NSE] Added the stdnse.silent_require method which is used for
running but the user won't be presented with ugly failure messages
as would happen with a normal require. [Patrick Donnelly]
o [Ncat] ncat now listens on both localhost and ::1 when you run ncat
-l. It works as before if you specify -4 or -6 or a specific
address. [Colin Rice]
o [Zenmap] Fixed a bug in topology mapper which caused endpoints
behind firewalls to sometimes show up in the wrong place (see
http://seclists.org/nmap-dev/2011/q2/733). [Colin Rice]