Skip to content
Snippets Groups Projects
Commit fbd86914 authored by Don Lipari's avatar Don Lipari
Browse files

Added a missing assignment to accounting_storage_slurmdbd.c which should have

 accompanied r21335
parent 4204df07
No related branches found
No related tags found
No related merge requests found
...@@ -1976,6 +1976,7 @@ extern int jobacct_storage_p_job_complete(void *db_conn, ...@@ -1976,6 +1976,7 @@ extern int jobacct_storage_p_job_complete(void *db_conn,
req.assoc_id = job_ptr->assoc_id; req.assoc_id = job_ptr->assoc_id;
req.db_index = job_ptr->db_index; req.db_index = job_ptr->db_index;
req.derived_ec = job_ptr->derived_ec;
req.exit_code = job_ptr->exit_code; req.exit_code = job_ptr->exit_code;
req.job_id = job_ptr->job_id; req.job_id = job_ptr->job_id;
if (IS_JOB_RESIZING(job_ptr)) { if (IS_JOB_RESIZING(job_ptr)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment