mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
removed unwarrented user_error
This commit is contained in:
parent
9723acc885
commit
3ff4212b92
@ -375,7 +375,6 @@ class System_SSH_Agent
|
||||
{
|
||||
$request_channel = $ssh->_get_open_channel();
|
||||
if ($request_channel === false) {
|
||||
user_error("failed to request channel");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user