fix: fix address sanitizer error
This commit is contained in:
parent
900aacd428
commit
7b2eea0b4b
|
@ -4742,6 +4742,7 @@ static int32_t fillCmdSql(STranslateContext* pCxt, int16_t msgType, void* pReq)
|
|||
}
|
||||
case TDMT_MND_CREATE_USER: {
|
||||
FILL_CMD_SQL(sql, sqlLen, pCmdReq, SCreateUserReq, pReq);
|
||||
break;
|
||||
}
|
||||
case TDMT_MND_ALTER_USER: {
|
||||
FILL_CMD_SQL(sql, sqlLen, pCmdReq, SAlterUserReq, pReq);
|
||||
|
|
Loading…
Reference in New Issue