提交 6c40af00 编写于 作者: dengyihao's avatar dengyihao

fix no resp error

上级 d1755fad
......@@ -435,7 +435,7 @@ void cliHandleExceptImpl(SCliConn* pConn, int32_t code) {
continue;
}
}
if (cliAppCb(pConn, &transMsg, pMsg) != 0) {
if (!REQUEST_NO_RESP(&pMsg->msg) && cliAppCb(pConn, &transMsg, pMsg) != 0) {
return;
}
destroyCmsg(pMsg);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册