From 79785bd8b651aca08147352a8ed0708ded3d0e15 Mon Sep 17 00:00:00 2001 From: facetosea <285808407@qq.com> Date: Sat, 4 Nov 2023 18:04:23 +0800 Subject: [PATCH] fix merge error --- source/client/src/clientImpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }