actually save the result of the merge

git-svn-id: file:///home/svn/framework3/trunk@8072 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-01-05 18:18:49 +00:00
parent 888b7637c0
commit d261b39206
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class NmapXMLStreamParser
when "service"
# Store any service info with the associated port. There shouldn't
# be any collisions on attribute names here, so just merge them.
@host["ports"].last.merge(attributes)
@host["ports"].last.merge!(attributes)
end
end