浏览代码

fix a spurious fallthrough

Julius Pfrommer 8 年之前
父节点
当前提交
9bd6690dee
共有 1 个文件被更改,包括 1 次插入0 次删除
  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");
     }