Skip to content
Snippets Groups Projects
Commit 2fa62105 authored by KyleKlenk's avatar KyleKlenk
Browse files

fixed index issue with client_id

parent c5d1e623
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ behavior summa_server(stateful_actor<summa_server_state>* self, Distributed_Sett
self->state.client_container.addClient(client_actor, hostname);
// Tell client they are connected
self->send(client, connect_to_server_v, client_id, self->state.summa_actor_settings,
self->send(client_actor, connect_to_server_v, 1, self->state.summa_actor_settings,
self->state.file_access_actor_settings, self->state.job_actor_settings, self->state.hru_actor_settings);
......
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