svn path=/trunk/boinc/; revision=1400
This commit is contained in:
David Anderson 2003-06-11 23:36:43 +00:00
parent 7a0fa72f19
commit 1d7490a9be
1 changed files with 2 additions and 0 deletions

View File

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