handle except
This commit is contained in:
parent
78be460ac3
commit
3795ff37ad
|
@ -197,7 +197,6 @@ static void cliReleaseUnfinishedMsg(SCliConn* conn) {
|
||||||
if (status != ConnInPool) { \
|
if (status != ConnInPool) { \
|
||||||
addConnToPool(((SCliThrd*)conn->hostThrd)->pool, conn); \
|
addConnToPool(((SCliThrd*)conn->hostThrd)->pool, conn); \
|
||||||
} \
|
} \
|
||||||
transRemoveExHandle(refMgt, conn->refId); \
|
|
||||||
return; \
|
return; \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
Loading…
Reference in New Issue