Show
Ignore:
Timestamp:
04/06/09 15:01:53 (4 years ago)
Author:
gpolo
Message:

Fixed ticket #276: Clicking on "Scanning" (inside hosts treeview, or inside services treeview) before scans finishes results in an error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/umit/gui/ScanNotebook.py

    r4449 r4469  
    326326        self.changes = False 
    327327        self.comments = {} 
     328        self.hosts = {} 
     329        self.services = {} 
    328330 
    329331        self.parsed = NmapParser() 
     
    731733        self.host_pages = [] 
    732734        self.changes = True 
    733          
     735 
    734736        self.scan_result.scan_host_view.clear_host_list() 
    735         self.hosts = {} 
    736         self.services = {} 
    737737 
    738738        # Removed and created again to avoid host duplication problems when