Delete unnecessary line

This commit is contained in:
jvazquez-r7 2014-05-21 10:18:03 -05:00
parent af415c941b
commit b9464e626e
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class Metasploit3 < Msf::Exploit::Remote
disconnect
opcode = data.unpack("N*")[0]
version = data.unpack("N*")[1]
if opcode == 3 # Accept
return Exploit::CheckCode::Detected
end