mirror of https://github.com/BOINC/boinc.git
Mark the WU as finished when the canonical result has arrived
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@388 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
8c5c4f938d
commit
277cea55b9
|
@ -140,6 +140,8 @@ DC_Result *_DC_createResult(const char *wu_name, const char *xml_doc_in)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
result->wu->state = DC_WU_FINISHED;
|
||||
|
||||
memset(&rctx, 0, sizeof(rctx));
|
||||
rctx.result = result;
|
||||
|
||||
|
|
Loading…
Reference in New Issue