Skip to content

Commit

Permalink
Auto-update are for services not nodes, fix #465
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Jan 22, 2024
1 parent fd22bef commit 3b3f17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/core/src/service.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ void Service_AutoUpdateManager(void)
updt_msg.header.config = BASE_PROTOCOL;
updt_msg.header.target = service_ctx.auto_refresh[i].service->id;
updt_msg.header.source = service_ctx.auto_refresh[i].target;
updt_msg.header.target_mode = NODEIDACK;
updt_msg.header.target_mode = SERVICEIDACK;
updt_msg.header.cmd = GET_CMD;
updt_msg.header.size = 0;
if ((service_ctx.auto_refresh[i].service->service_cb != 0))
Expand Down

0 comments on commit 3b3f17f

Please sign in to comment.