Skip to content
Snippets Groups Projects
Commit 76d7c78f authored by Moe Jette's avatar Moe Jette
Browse files

Error in comment...

parent e592d202
No related branches found
No related tags found
No related merge requests found
...@@ -617,7 +617,7 @@ _job_resp_add_nodes(bitstr_t *req_bitmap, bitstr_t *exc_bitmap, int node_cnt) ...@@ -617,7 +617,7 @@ _job_resp_add_nodes(bitstr_t *req_bitmap, bitstr_t *exc_bitmap, int node_cnt)
/* work up from first allocated node to first excluded node */ /* work up from first allocated node to first excluded node */
offset = bit_ffs(req_bitmap); offset = bit_ffs(req_bitmap);
if (offset == -1) /* no specific required nodes) if (offset == -1) /* no specific required nodes */
offset = 0; /* start at beginning */ offset = 0; /* start at beginning */
for (inx=offset; inx<node_cnt; inx++) { for (inx=offset; inx<node_cnt; inx++) {
if (total >= max_nodes) if (total >= max_nodes)
......
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