Merge pull request #4614 from taosdata/revert-4565-fix/TD-2340

Revert "[TD-2340]<fix>: reserve field uint32_t crc for checksums"
This commit is contained in:
Shengliang Guan 2020-12-18 11:04:52 +08:00 committed by GitHub
commit fea7ab21df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 {