Changeset 4469 for trunk/umit/gui/ScanNotebook.py
- Timestamp:
- 04/06/09 15:01:53 (4 years ago)
- Files:
-
- 1 modified
-
trunk/umit/gui/ScanNotebook.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/umit/gui/ScanNotebook.py
r4449 r4469 326 326 self.changes = False 327 327 self.comments = {} 328 self.hosts = {} 329 self.services = {} 328 330 329 331 self.parsed = NmapParser() … … 731 733 self.host_pages = [] 732 734 self.changes = True 733 735 734 736 self.scan_result.scan_host_view.clear_host_list() 735 self.hosts = {}736 self.services = {}737 737 738 738 # Removed and created again to avoid host duplication problems when
