Remove trailing whitespace

This commit is contained in:
HD Moore 2012-11-19 19:42:01 -06:00
parent edaa66094c
commit f5c7f4c41a
1 changed files with 2 additions and 2 deletions

View File

@ -621,11 +621,11 @@ module Exploit::Remote::HttpClient
# Bail if we don't have anything to fingerprint
return if not res
# From here to the end simply does some pre-canned combining and custom matches
# to build a human-readable string to store in service.info
extras = []
if res.headers['Set-Cookie'] =~ /^vmware_soap_session/
extras << "VMWare Web Services"
end