Ver código fonte

Fix compilation with UA_ENABLE_UNIT_TEST_FAILURE_HOOKS CMake option enabled

Silvio Traversaro 5 anos atrás
pai
commit
9e3c06a0b7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/ua_securechannel.c

+ 1 - 1
src/ua_securechannel.c

@@ -561,7 +561,7 @@ UA_SecureChannel_sendAsymmetricOPNMessage(UA_SecureChannel *channel,
     buf.length = finalLength;
     retval = connection->send(connection, &buf);
 #ifdef UA_ENABLE_UNIT_TEST_FAILURE_HOOKS
-    retval |= sendAsym_sendFailure
+    retval |= sendAsym_sendFailure;
 #endif
     return retval;