mirror of https://github.com/BOINC/boinc.git
parent
7a0fa72f19
commit
1d7490a9be
|
@ -403,6 +403,8 @@ int update_host_record(SCHEDULER_REQUEST& sreq, HOST& xhost) {
|
|||
|
||||
compute_credit_rating(host);
|
||||
|
||||
safe_strcpy(host.projects, sreq.projects_xml);
|
||||
|
||||
retval = host.update();
|
||||
if (retval) {
|
||||
sprintf(buf, "host.update() failed: %d\n", retval);
|
||||
|
|
Loading…
Reference in New Issue