*** empty log message ***

svn path=/trunk/boinc/; revision=8185
This commit is contained in:
Matt Lebofsky 2005-09-26 20:46:56 +00:00
parent bd668c4b9e
commit 4869d45f65
1 changed files with 0 additions and 1 deletions

View File

@ -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>");