mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-26 08:38:29 +00:00
SSH1: CS adjustments
This commit is contained in:
parent
bbd62f6490
commit
d90caa17e3
@ -1040,7 +1040,8 @@ class Net_SSH1 {
|
|||||||
* @return Boolean
|
* @return Boolean
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
function _send_binary_packet($data) {
|
function _send_binary_packet($data)
|
||||||
|
{
|
||||||
if (feof($this->fsock)) {
|
if (feof($this->fsock)) {
|
||||||
//user_error('connection closed prematurely');
|
//user_error('connection closed prematurely');
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user