removed unreachable code

This commit is contained in:
Roland Gruber 2007-12-28 16:07:41 +00:00
parent 72426b7554
commit 066bdc0713
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ function lamdaemonSSH($commands, $server) {
$return = array("ERROR," . _('Unable to connect to remote server!') . "," . $server);
return $return;
}
return array();
}
?>