1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-11-27 04:46:26 +01:00

Fixed typo

This commit is contained in:
Marc Philip Scholten 2013-12-16 21:38:04 +01:00
parent 4817d28a54
commit 357d4253ee

View File

@ -919,7 +919,7 @@ class Net_SSH2
return false;
}
$this->identifiert = $this->_generate_identifier();
$this->identifier = $this->_generate_identifier();
if (defined('NET_SSH2_LOGGING')) {
$this->_append_log('<-', $extra . $temp);