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

remove vestigial "uid" from structure.

parent 9c76683a
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,6 @@ int main (int argc, char *argv[])
printf("Waiting for resource allocation\n");
fflush(stdout);
old_alloc.job_id = job_resp->job_id;
old_alloc.uid = job_req.user_id;
while ((job_resp->node_list == NULL) ||
(strlen(job_resp->node_list) == 0)) {
sleep(5);
......
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