Explorar el Código

fix a spurious fallthrough

Julius Pfrommer hace 8 años
padre
commit
9bd6690dee
Se han modificado 1 ficheros con 1 adiciones y 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");
     }