Merge branch 'landing-2967' into upstream-master

Fixes regression in non-http TCP server modules.

e ignored, and an empty message aborts
bug/bundler_fix
joev 2014-02-10 11:05:04 -06:00
commit 1068fa0ad0
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ module Exploit::Remote::TcpServer
'LocalPort' => srvport,
'SSL' => ssl,
'SSLCert' => ssl_cert,
'SSLCompression' => opts['SSLCompression'] || ssl_compression,
'SSLCompression' => ssl_compression,
'Comm' => comm,
'Context' =>
{