|
@@ -320,7 +320,7 @@ processMSG(UA_Connection *connection, UA_Server *server, const UA_ByteString *ms
|
|
|
UA_StatusCode retval = UA_UInt32_decodeBinary(msg, pos, &secureChannelId);
|
|
|
retval |= UA_UInt32_decodeBinary(msg, pos, &tokenId);
|
|
|
retval |= UA_SequenceHeader_decodeBinary(msg, pos, &sequenceHeader);
|
|
|
- retval = UA_NodeId_decodeBinary(msg, pos, &requestTypeId);
|
|
|
+ retval |= UA_NodeId_decodeBinary(msg, pos, &requestTypeId);
|
|
|
if(retval != UA_STATUSCODE_GOOD)
|
|
|
return;
|
|
|
|