Fix style issue

GSoC/Meterpreter_Web_Console
James Barnett 2018-02-08 13:35:28 -06:00
parent 1d2af0658c
commit be1ce573e7
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 1 additions and 1 deletions

View File

@ -1253,7 +1253,7 @@ module Msf
next
end
end
row.push( ((loot.host && loot.host.address) ? loot.host.address : "") )
row.push (loot.host && loot.host.address) ? loot.host.address : ""
if (loot.service)
svc = (loot.service.name ? loot.service.name : "#{loot.service.port}/#{loot.service.proto}")
row.push svc