1
0
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:
montdidier 2015-03-24 13:40:42 +08:00
parent 9723acc885
commit 3ff4212b92

View File

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