Skip to content
Snippets Groups Projects
Commit 220c00f7 authored by Morris Jette's avatar Morris Jette
Browse files

Merge branch 'slurm-2.3'

parents f65a5a75 820c0f39
No related branches found
No related tags found
No related merge requests found
......@@ -391,10 +391,7 @@ extern int slurm_select_init(bool only_default)
select_context[j].select_type))
break;
}
if (j < select_context_cnt) {
error("Duplicate plugin %s ignored",
select_context[j].select_type);
} else {
if (j >= select_context_cnt) {
xrealloc(select_context,
(sizeof(slurm_select_context_t) *
(select_context_cnt + 1)));
......
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