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

minor line edit

parent 04fa6094
No related branches found
No related tags found
Loading
...@@ -264,8 +264,7 @@ extern bool blocks_overlap(bg_record_t *rec_a, bg_record_t *rec_b) ...@@ -264,8 +264,7 @@ extern bool blocks_overlap(bg_record_t *rec_a, bg_record_t *rec_b)
/* Test for conflicting passthroughs */ /* Test for conflicting passthroughs */
reset_ba_system(false); reset_ba_system(false);
check_and_set_mp_list(rec_a->ba_mp_list); check_and_set_mp_list(rec_a->ba_mp_list);
if (check_and_set_mp_list(rec_b->ba_mp_list) if (check_and_set_mp_list(rec_b->ba_mp_list) == SLURM_ERROR)
== SLURM_ERROR)
return true; return true;
return false; return false;
} }
......
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