未验证 提交 03cba9db 编写于 作者: P plum-lihui 提交者: GitHub

Merge pull request #1346 from sangshuduo/fix-two-few-arguments-tudp

fix two few arguments in tudp.c
......@@ -481,7 +481,8 @@ void *taosInitUdpConnection(char *ip, uint16_t port, char *label, int threads, v
sprintf(udplabel, "%s.b", label);
pSet->tmrCtrl = taosTmrInit(RPC_MAX_UDP_CONNS * threads, 5, 5000, udplabel);
if (pSet->tmrCtrl == NULL) {
tError("%s failed to initialize tmrCtrl") taosCleanUpUdpConnection(pSet);
tError("%s failed to initialize tmrCtrl", label);
taosCleanUpUdpConnection(pSet);
return NULL;
}
// }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册