diff --git a/source/src/cip/cipqos.c b/source/src/cip/cipqos.c index 8598f9eac..88d47219a 100644 --- a/source/src/cip/cipqos.c +++ b/source/src/cip/cipqos.c @@ -72,7 +72,7 @@ int DecodeCipQoSAttribute(void *const data, CipMessageRouterRequest *const message_router_request, CipMessageRouterResponse *const message_router_response) { - const EipUint8 **const cip_message = message_router_request->data; + const EipUint8 *const cip_message = message_router_request->data; int number_of_decoded_bytes = -1;