fix: invalid write issue

This commit is contained in:
dapan1121 2023-03-17 14:38:03 +08:00
parent f45f3b460f
commit 2bb7d6c799
1 changed files with 0 additions and 5 deletions

View File

@ -1132,11 +1132,6 @@ void launchAsyncQuery(SRequestObj* pRequest, SQuery* pQuery, SMetaData* pResultM
pRequest->body.queryFp(pRequest->body.param, pRequest, -1);
break;
}
// TODO weired responding code?
if (TSDB_CODE_SUCCESS != code) {
pRequest->code = terrno;
}
}
int32_t refreshMeta(STscObj* pTscObj, SRequestObj* pRequest) {