mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=17305
This commit is contained in:
parent
f9768ac530
commit
13c3841e69
|
@ -49,7 +49,8 @@ for ($i=1; $i<$nhosts; $i++) {
|
|||
if ($host->create_time > $latest_host->create_time) {
|
||||
$error = merge_hosts($latest_host, $host);
|
||||
if ($error) {
|
||||
fail($error);
|
||||
echo "<br>$error\n";
|
||||
continue;
|
||||
}
|
||||
$latest_host = $host;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue