Skip to content
Snippets Groups Projects
Commit af7527e6 authored by David Gloe's avatar David Gloe Committed by Danny Auble
Browse files

Fixed bad variable from patch 7f135dd0

parent 607283f1
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,6 @@ extern int task_p_post_term (stepd_step_rec_t *job,
char llifile[LLI_STATUS_FILE_BUF_SIZE];
char status;
int rv, fd;
stepd_step_info_t *task;
char *reason;
debug("task_p_post_term: %u.%u, task %d",
......@@ -372,7 +371,6 @@ extern int task_p_post_term (stepd_step_rec_t *job,
// Check the result
if (status == 0 && !terminated) {
task = job->task[job->envtp->localid];
if (task->killed_by_cmd) {
// We've been killed by request. User already knows
return SLURM_SUCCESS;
......
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