“19c3caf4c3a833fc38f01eb47550ac73ac9b4f24”上不存在“source/libs/transport/inc/transportInt.h”
提交 55ba457f 编写于 作者: S shenglian zhou

fix: fix bugs

上级 23d4eef1
......@@ -1746,7 +1746,7 @@ int32_t tDeserializeSCreateFuncReq(void *buf, int32_t bufLen, SCreateFuncReq *pR
if (tDecodeCStrTo(&decoder, pReq->pComment) < 0) return -1;
}
if (tDecoodeI8(&decoder, &pReq->orReplace) < 0) return -1;
if (tDecodeI8(&decoder, &pReq->orReplace) < 0) return -1;
tEndDecode(&decoder);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册