removed unreachable code
This commit is contained in:
parent
72426b7554
commit
066bdc0713
|
@ -139,7 +139,6 @@ function lamdaemonSSH($commands, $server) {
|
||||||
$return = array("ERROR," . _('Unable to connect to remote server!') . "," . $server);
|
$return = array("ERROR," . _('Unable to connect to remote server!') . "," . $server);
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
return array();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue