SSH2: rm unused constant

it doesn't need to be defined since the strlen($this->last_interactive_response)
check in _login_helper serves the same purpose that NET_SSH_MASK_LOGIN_INTERACTIVE
was intended to serve
This commit is contained in:
terrafrost 2014-09-06 20:30:01 -05:00
parent 2ef5a00dff
commit 67279d7811

View File

@ -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;
} }