Skip to content
Snippets Groups Projects
Commit c8407f77 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Have resource alloc rpc respond on persist conn

If it exists.
parent 977e576c
No related branches found
No related tags found
No related merge requests found
......@@ -1205,6 +1205,7 @@ static void _slurm_rpc_allocate_resources(slurm_msg_t * msg)
}
slurm_msg_t_init(&response_msg);
response_msg.conn = msg->conn;
response_msg.flags = msg->flags;
response_msg.protocol_version = msg->protocol_version;
response_msg.msg_type = RESPONSE_RESOURCE_ALLOCATION;
......
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