Skip to content

Commit

Permalink
Land rapid7#4576, OpenVAS database import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Jan 18, 2015
2 parents 697e4fb + 55a746e commit cb0257b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rex/parser/openvas_nokogiri.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def end_element(name=nil)
return if not in_tag("result")
@state[:has_text] = true
@text = nil
else
@text = nil
end
@state[:current_tag].delete name
end
Expand Down

0 comments on commit cb0257b

Please sign in to comment.