Potential Fix For OpenVAS DB Import Issue

bug/bundler_fix
nstarke 2015-01-13 02:46:13 +00:00
parent c8f5026fd2
commit 9baae6e494
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ module Parser
return if not in_tag("result")
@state[:has_text] = true
@text = nil
when "count"
@text = nil
end
@state[:current_tag].delete name
end