mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8185
This commit is contained in:
parent
bd668c4b9e
commit
4869d45f65
|
@ -199,7 +199,6 @@ show_status($sched_host, "scheduler", $sched_running);
|
|||
//
|
||||
$cursor = 0;
|
||||
while ($thisxml = trim(parse_next_element($config_xml,"<daemon>",&$cursor))) {
|
||||
$thisxml = trim(parse_next_element($config_xml,"<daemon>",&$cursor));
|
||||
$host = parse_element($thisxml,"<host>");
|
||||
if ($host == "") { $host = $project_host; }
|
||||
$cmd = parse_element($thisxml,"<cmd>");
|
||||
|
|
Loading…
Reference in New Issue