mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 19:22:07 +00:00
Fix typo in Nmap XML parsing in zenmap
This commit is contained in:
parent
c5a4ef91fb
commit
2b2edabc80
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ class NmapParserSAX(ParserBasics, ContentHandler):
|
|||
self._parse_host_trace_error(attrs)
|
||||
|
||||
def endElement(self, name):
|
||||
if name == "runstats":
|
||||
if name == "output":
|
||||
self.in_interactive_output = False
|
||||
elif name == "runstats":
|
||||
self.in_run_stats = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue