mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
This commit is contained in:
parent
034ea73ce3
commit
d4ee92478e
6 changed files with 14 additions and 6 deletions
|
|
@ -780,7 +780,8 @@ class ScanInterface(HIGVBox):
|
|||
entry."""
|
||||
buff = widget.get_buffer()
|
||||
comment = buff.get_text(
|
||||
buff.get_start_iter(), buff.get_end_iter())
|
||||
buff.get_start_iter(), buff.get_end_iter(),
|
||||
include_hidden_chars=True)
|
||||
if host.comment == comment:
|
||||
# no change, ignore
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue