Merge pull request #22057 from taosdata/enh/TD-25197-3.0
chore: make jenkins happy
This commit is contained in:
commit
f4249234ef
|
@ -703,6 +703,7 @@ int32_t tDeserializeSGetUserAuthReq(void* buf, int32_t bufLen, SGetUserAuthReq*
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char user[TSDB_USER_LEN];
|
char user[TSDB_USER_LEN];
|
||||||
int32_t version;
|
int32_t version;
|
||||||
|
int32_t passVer;
|
||||||
int8_t superAuth;
|
int8_t superAuth;
|
||||||
int8_t sysInfo;
|
int8_t sysInfo;
|
||||||
int8_t enable;
|
int8_t enable;
|
||||||
|
|
Loading…
Reference in New Issue