Explorar o código

Fix compilation with UA_ENABLE_UNIT_TEST_FAILURE_HOOKS CMake option enabled

Silvio Traversaro %!s(int64=6) %!d(string=hai) anos
pai
achega
9e3c06a0b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;