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

correction in variable name for smap on sun constellation systems

parent 1dacc607
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ extern void get_reservation(void)
if (active && (resv.node_inx[0] != -1)) {
#ifdef HAVE_SUN_CONST
set_grid_name(job.node_list, count);
set_grid_name(resv.node_list, count);
#else
int j = 0;
resv.node_cnt = 0;
......
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