fix nessus and nexpose simplexml imports after the vuln.data->info change

git-svn-id: file:///home/svn/framework3/trunk@9271 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-05-10 16:16:38 +00:00
parent c5efb3c557
commit afec0407c8
1 changed files with 3 additions and 3 deletions

View File

@ -1336,7 +1336,7 @@ class DBManager
:workspace => wspace,
:host => addr,
:name => 'NEXPOSE-' + vid,
:data => vid,
:info => vid,
:refs => refs)
end
@ -1371,7 +1371,7 @@ class DBManager
:port => sport,
:proto => sprot,
:name => 'NEXPOSE-' + vid,
:data => vid,
:info => vid,
:refs => refs)
end
end
@ -2023,7 +2023,7 @@ protected
:port => port,
:proto => proto,
:name => nss,
:data => data,
:info => info,
:refs => refs
)
end