Explorar o código

fix a spurious fallthrough

Julius Pfrommer %!s(int64=8) %!d(string=hai) anos
pai
achega
9bd6690dee
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/server/ua_server_binary.c

+ 1 - 0
src/server/ua_server_binary.c

@@ -51,6 +51,7 @@ static UA_ByteString processChunk(UA_SecureChannel *channel, UA_Server *server,
     case UA_CHUNKTYPE_ABORT:
         UA_LOG_INFO(server->config.logger, UA_LOGCATEGORY_SECURECHANNEL, "Chunk aborted");
         UA_SecureChannel_removeChunk(channel, requestId);
+        break;
     default:
         UA_LOG_INFO(server->config.logger, UA_LOGCATEGORY_SECURECHANNEL, "Unknown chunk type");
     }