add config
This commit is contained in:
parent
d379d8994e
commit
c173f5ab02
|
@ -468,7 +468,7 @@ static int32_t uvMayHandleReleaseReq(SSvrConn* pConn, STransMsgHead* pHead) {
|
||||||
|
|
||||||
SSvrRespMsg* srvMsg = taosMemoryCalloc(1, sizeof(SSvrRespMsg));
|
SSvrRespMsg* srvMsg = taosMemoryCalloc(1, sizeof(SSvrRespMsg));
|
||||||
if (srvMsg == NULL) {
|
if (srvMsg == NULL) {
|
||||||
tError("conn %p recv release, failed to send release-resp since %s", pConn, terrno);
|
tError("conn %p recv release, failed to send release-resp since %s", pConn, tstrerror(terrno));
|
||||||
taosMemoryFree(pHead);
|
taosMemoryFree(pHead);
|
||||||
return terrno;
|
return terrno;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue