fix conn timeout
This commit is contained in:
parent
72b95fa316
commit
59b63d5642
|
@ -726,7 +726,7 @@ void cliConnTimeout(uv_timer_t* handle) {
|
|||
}
|
||||
|
||||
cliMayUpdateFqdnCache(pThrd->fqdn2ipCache, conn->dstAddr);
|
||||
tTrace("%s conn %p failed to connect %s since conn timeout", CONN_GET_INST_LABEL(conn), conn, conn->dstAddr, conn);
|
||||
tTrace("%s conn %p failed to connect %s since conn timeout", CONN_GET_INST_LABEL(conn), conn, conn->dstAddr);
|
||||
TAOS_UNUSED(transUnrefCliHandle(conn));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue