mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 02:35:10 +00:00
SSH1: CS adjustments
This commit is contained in:
parent
bbd62f6490
commit
d90caa17e3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user