From 144cbd1e3b060f7c7a2f87fcbbf929c71a354ddf Mon Sep 17 00:00:00 2001 From: kailixu Date: Thu, 13 Jul 2023 15:25:15 +0800 Subject: [PATCH] chore: make jenkins happy --- include/common/tmsg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index 126da5b4e8..6506a45964 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -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; -- GitLab