fix:compile error in release mode

This commit is contained in:
wangmm0220 2023-05-10 22:51:32 +08:00
parent 77777bc9da
commit 29bab82a0c
1 changed files with 1 additions and 1 deletions

View File

@ -1351,7 +1351,7 @@ static int32_t smlInsertData(SSmlHandle *info) {
}
taosArrayPush(info->pRequest->tableList, &pName);
tstrncpy(pName.tname, tableData->childTableName, strlen(tableData->childTableName) + 1);
strcpy(pName.tname, tableData->childTableName);
SRequestConnInfo conn = {0};
conn.pTrans = info->taos->pAppInfo->pTransporter;