Skip to content
Snippets Groups Projects
Commit 63088df2 authored by Danny Auble's avatar Danny Auble
Browse files
parents 82b1a6d0 2881dbc5
No related branches found
No related tags found
No related merge requests found
...@@ -483,7 +483,7 @@ static void _reset_block_list(List block_list) ...@@ -483,7 +483,7 @@ static void _reset_block_list(List block_list)
while ((bg_record = list_next(itr))) { while ((bg_record = list_next(itr))) {
info("Queue clearing of users of BG block %s", info("Queue clearing of users of BG block %s",
bg_record->bg_block_id); bg_record->bg_block_id);
#ifdef HAVE_BG_FILES #ifndef HAVE_BG_FILES
/* simulate jobs running and need to be cleared from MMCS */ /* simulate jobs running and need to be cleared from MMCS */
if (bg_record->job_ptr) if (bg_record->job_ptr)
jobs = 1; jobs = 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