Skip to content
Snippets Groups Projects
Commit c97c15ac authored by Moe Jette's avatar Moe Jette
Browse files

Remove duplicate unlock call.

parent feab26f8
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,6 @@ extern int job_requeue_wiki(char *cmd_ptr, int *err_code, char **err_msg) ...@@ -67,7 +67,6 @@ extern int job_requeue_wiki(char *cmd_ptr, int *err_code, char **err_msg)
lock_slurmctld(job_write_lock); lock_slurmctld(job_write_lock);
slurm_rc = job_requeue(0, jobid, -1); slurm_rc = job_requeue(0, jobid, -1);
unlock_slurmctld(job_write_lock);
if (slurm_rc == SLURM_SUCCESS) { if (slurm_rc == SLURM_SUCCESS) {
/* We need to clear the required node list here. /* We need to clear the required node list here.
* If the job was submitted with srun and a * If the job was submitted with srun and a
......
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