Land #9013, Nokogiri mixin port-less fix

bug/bundler_fix
William Vu 2017-09-27 13:51:57 -05:00
commit a47536bb1b
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 0 additions and 2 deletions

View File

@ -125,8 +125,6 @@ module Parser
if @args[:blacklist]
return false if @args[:blacklist].include?(@report_data[:host])
end
return false unless @report_data[:ports]
return false if @report_data[:ports].empty?
return true
end