diff --git a/source/client/src/clientImpl.c b/source/client/src/clientImpl.c index ab3cfdef7b..5b8bd7a275 100644 --- a/source/client/src/clientImpl.c +++ b/source/client/src/clientImpl.c @@ -1182,7 +1182,7 @@ void launchAsyncQuery(SRequestObj* pRequest, SQuery* pQuery, SMetaData* pResultM int32_t code = 0; if (pRequest->parseOnly) { - pRequest->body.queryFp(pRequest->body.param, pRequest, 0); + doRequestCallback(pRequest, 0); return; }