mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01: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…
x
Reference in New Issue
Block a user