Delete empty line
parent
57318ef009
commit
e2fa581b8c
|
@ -92,7 +92,6 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
if res.nil?
|
||||
print_error("Connection timed out")
|
||||
return Exploit::CheckCode::Unknown
|
||||
|
||||
elsif res.code != 200
|
||||
print_error("Unable to request version, returned http code is: #{res.code.to_s}")
|
||||
return Exploit::CheckCode::Unknown
|
||||
|
|
Loading…
Reference in New Issue