From 8349513e6f0e5670ca8080a8549aadb5516d9061 Mon Sep 17 00:00:00 2001 From: dmchen Date: Mon, 18 Sep 2023 18:24:02 +0800 Subject: [PATCH] ci break --- source/common/src/tmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/src/tmsg.c b/source/common/src/tmsg.c index 39bebdb094..9524f93d8e 100644 --- a/source/common/src/tmsg.c +++ b/source/common/src/tmsg.c @@ -37,7 +37,7 @@ if(pReq->sqlLen > 0){ \ pReq->sql = taosMemoryCalloc(1, pReq->sqlLen + 1); \ if (pReq->sql == NULL) return -1; \ - if (tDecodeCStrTo(&decoder, &pReq->sql) < 0) return -1; \ + if (tDecodeCStrTo(&decoder, pReq->sql) < 0) return -1; \ } \ } \ } while (0)