Merge pull request #22057 from taosdata/enh/TD-25197-3.0

chore: make jenkins happy
This commit is contained in:
Haojun Liao 2023-07-13 17:18:48 +08:00 committed by GitHub
commit f4249234ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -703,6 +703,7 @@ int32_t tDeserializeSGetUserAuthReq(void* buf, int32_t bufLen, SGetUserAuthReq*
typedef struct {
char user[TSDB_USER_LEN];
int32_t version;
int32_t passVer;
int8_t superAuth;
int8_t sysInfo;
int8_t enable;