mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-30 04:39:02 +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…
Reference in New Issue
Block a user