Make Ruby 1.8.7 happy

git-svn-id: file:///home/svn/framework3/trunk@12382 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-04-20 20:06:45 +00:00
parent 545025dbea
commit 1a4d4340bf
1 changed files with 1 additions and 2 deletions

View File

@ -3460,8 +3460,7 @@ class DBManager
yield(:warning,
"Warning: The Retina XML format does not associate vulnerabilities with the specific service on which they were found.\n" +
" This makes it impossible to correlate exploits to discovered vulnerabilities in a reliable fashion."
)
" This makes it impossible to correlate exploits to discovered vulnerabilities in a reliable fashion." )
parser = Rex::Parser::RetinaXMLStreamParser.new
parser.on_found_host = Proc.new do |host|