Merge pull request #5742 from BOINC/dpa_wu_db

server: use correct DB connection in create_work()
This commit is contained in:
Vitalii Koshura 2024-08-09 01:28:11 +02:00 committed by GitHub
commit f440acd522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ int create_work2(
);
return retval;
}
wu.id = boinc_db.insert_id();
wu.id = wu.db->insert_id();
}
return 0;