mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2137
This commit is contained in:
parent
76d0c08ce0
commit
d64e897345
|
@ -234,6 +234,7 @@ int create_work(
|
||||||
fprintf(stderr, "create_work: workunit.insert() %d\n", retval);
|
fprintf(stderr, "create_work: workunit.insert() %d\n", retval);
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
wu.transition_time = time(0);
|
||||||
wu.id = boinc_db_insert_id();
|
wu.id = boinc_db_insert_id();
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in New Issue