diff --git a/src/inc/taosmsg.h b/src/inc/taosmsg.h index b0c7c0895f50c83f28cc8cbe22ef1ac9002793a2..bf7fe7cf99e101f9ea8d56a68c54b8b6a2fbd2c5 100644 --- a/src/inc/taosmsg.h +++ b/src/inc/taosmsg.h @@ -199,8 +199,7 @@ typedef struct { } SMsgDesc; typedef struct SMsgVersion { - char clientVersion[TSDB_VERSION_LEN]; - uint32_t crc; + char clientVersion[TSDB_VERSION_LEN]; } SMsgVersion; typedef struct SMsgHead {