SSH1: CS adjustments

This commit is contained in:
terrafrost 2013-01-11 00:31:49 -06:00
parent bbd62f6490
commit d90caa17e3

View File

@ -1040,7 +1040,8 @@ class Net_SSH1 {
* @return Boolean
* @access private
*/
function _send_binary_packet($data) {
function _send_binary_packet($data)
{
if (feof($this->fsock)) {
//user_error('connection closed prematurely');
return false;