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

Fix bug in job info unpack

parent 73808cde
No related branches found
No related tags found
No related merge requests found
......@@ -571,7 +571,7 @@ int unpack_job_table ( job_table_t * job , void ** buf_ptr , int * buffer_size )
if (node_inx_str == NULL)
job->req_node_inx = bitfmt2int("");
else {
job->node_inx = bitfmt2int(node_inx_str);
job->req_node_inx = bitfmt2int(node_inx_str);
xfree ( node_inx_str );
}
unpackstr_xmalloc (&job->features, &uint16_tmp, buf_ptr, buffer_size);
......
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