No need to rescue if we're just re-raising

bug/bundler_fix
James Lee 2013-08-07 17:35:52 -05:00
parent c808930f15
commit ca7c0defe1
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ class Metasploit3 < Msf::Exploit::Remote
'vastPlayer' => money
},
}, 0.1)
rescue ::Interrupt
raise $!
rescue ::Rex::ConnectionError => e
fail_with(::Msf::Exploit::Failure::Unreachable, e.message)
rescue ::OpenSSL::SSL::SSLError