Skip to content

Commit

Permalink
Update uecho_node_servermessagelistener()
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Mar 23, 2022
1 parent 3ad2e67 commit 948939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uecho/node_listener.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void uecho_node_servermessagelistener(uEchoNode* node, uEchoMessage* req_msg)

accepted_request_cnt = 0;
if (uecho_message_isreadwritemessage(req_msg)) {
accepted_request_cnt += uecho_node_handlerequestmessage(msg_dest_obj, uEchoEsvWriteRequest, req_msg->opc_set, req_msg->ep_set, res_msg);
accepted_request_cnt += uecho_node_handlerequestmessage(msg_dest_obj, uEchoEsvWriteRequestResponseRequired, req_msg->opc_set, req_msg->ep_set, res_msg);
accepted_request_cnt += uecho_node_handlerequestmessage(msg_dest_obj, uEchoEsvReadRequest, req_msg->opc_get, req_msg->ep_get, res_msg);
}
else {
Expand Down

0 comments on commit 948939a

Please sign in to comment.