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

CRAY - fix call to incorrect function

parent a4814bd5
No related branches found
No related tags found
No related merge requests found
......@@ -1778,7 +1778,7 @@ extern int select_p_step_start(struct step_record *step_ptr)
}
bit_or(jobinfo->used_blades, step_jobinfo->blade_map);
}
return other_step_finish(step_ptr);
return other_step_start(step_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