*** empty log message ***

svn path=/trunk/boinc/; revision=4684
This commit is contained in:
Jeff Cobb 2004-11-30 00:50:46 +00:00
parent 8a7deacd34
commit a3e584c717
1 changed files with 4 additions and 0 deletions

View File

@ -100,7 +100,11 @@ bool do_pass(APP& app) {
exit(1);
}
}
num_assimilated++;
}
if (did_something) {
boinc_db.commit_transaction();
}