mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 17:18:25 +00:00
Merge pull request #470 from terrafrost/ssh2-rm-unused-constant
SSH2: rm unused constant * terrafrost/ssh2-rm-unused-constant: SSH2: rm unused constant
This commit is contained in:
commit
f2cab55fd5
@ -2079,7 +2079,6 @@ class Net_SSH2
|
|||||||
|
|
||||||
if (!count($responses) && $num_prompts) {
|
if (!count($responses) && $num_prompts) {
|
||||||
$this->last_interactive_response = $orig;
|
$this->last_interactive_response = $orig;
|
||||||
$this->bitmap |= NET_SSH_MASK_LOGIN_INTERACTIVE;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user