mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
Fixed typo
This commit is contained in:
parent
4817d28a54
commit
357d4253ee
@ -919,7 +919,7 @@ class Net_SSH2
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->identifiert = $this->_generate_identifier();
|
$this->identifier = $this->_generate_identifier();
|
||||||
|
|
||||||
if (defined('NET_SSH2_LOGGING')) {
|
if (defined('NET_SSH2_LOGGING')) {
|
||||||
$this->_append_log('<-', $extra . $temp);
|
$this->_append_log('<-', $extra . $temp);
|
||||||
|
Loading…
Reference in New Issue
Block a user