Skip to content

Commit

Permalink
Merge pull request #22057 from taosdata/enh/TD-25197-3.0
Browse files Browse the repository at this point in the history
chore: make jenkins happy
  • Loading branch information
hjxilinx committed Jul 13, 2023
2 parents 18aad04 + 144cbd1 commit f424923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/common/tmsg.h
Expand Up @@ -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;
Expand Down

0 comments on commit f424923

Please sign in to comment.