mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
[Zenmap] A crash was fixed that would happen when you ran a scan
that didn't produce any host output (like "nmap --iflist") and then tried to remove it from the inventory. [David] The crash looked like ValueError: list.remove(x): x not in list
This commit is contained in:
parent
d170d5d02d
commit
fd202518ee
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Zenmap] A crash was fixed that would happen when you ran a scan
|
||||
that didn't produce any host output (like "nmap --iflist") and then
|
||||
tried to remove it from the inventory. [David]
|
||||
The crash looked like
|
||||
ValueError: list.remove(x): x not in list
|
||||
|
||||
o [Ncat] In --chat mode (formerly --talk), the server announces to
|
||||
everyone when someone connects or disconnects. Besides letting you
|
||||
know who's connected, this also informs you of your "user name" as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue