Skip to content
Snippets Groups Projects
Commit c3736a1b authored by Danny Auble's avatar Danny Auble
Browse files

No need to have this here, it is NULL

parent 935432ad
No related branches found
No related tags found
No related merge requests found
...@@ -667,7 +667,6 @@ extern int start_job(struct job_record *job_ptr) ...@@ -667,7 +667,6 @@ extern int start_job(struct job_record *job_ptr)
slurm_mutex_unlock(&block_state_mutex); slurm_mutex_unlock(&block_state_mutex);
error("bg_record %s doesn't exist, requested for job (%d)", error("bg_record %s doesn't exist, requested for job (%d)",
jobinfo->bg_block_id, job_ptr->job_id); jobinfo->bg_block_id, job_ptr->job_id);
_destroy_bg_action(bg_action_ptr);
return SLURM_ERROR; return SLURM_ERROR;
} }
......
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