actually save the result of the merge
git-svn-id: file:///home/svn/framework3/trunk@8072 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
888b7637c0
commit
d261b39206
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue