From 2e9d342bf3e3e5bb7c302f6d18991b9664f80c0f Mon Sep 17 00:00:00 2001 From: James Lee Date: Mon, 10 May 2010 23:42:06 +0000 Subject: [PATCH] fix another missed data->info git-svn-id: file:///home/svn/framework3/trunk@9275 4d416f70-5f16-0410-b530-b9f4589650da --- lib/msf/core/db.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/msf/core/db.rb b/lib/msf/core/db.rb index 02e5209cfc..96d94c8245 100644 --- a/lib/msf/core/db.rb +++ b/lib/msf/core/db.rb @@ -2069,7 +2069,7 @@ protected :workspace => wspace, :host => addr, :name => nss, - :data => description ? description.text : "", + :info => description ? description.text : "", :refs => refs } @@ -2161,7 +2161,7 @@ protected :host => host, :service => serv, :name => 'NEXPOSE-' + vid.downcase, - :data => title) + :info => title) rids = [] refs.keys.each do |r|