fix: limit session num

This commit is contained in:
yihaoDeng 2023-02-25 22:59:01 +08:00
parent 92b361de88
commit 663768a365
1 changed files with 0 additions and 1 deletions

View File

@ -689,7 +689,6 @@ static void addConnToPool(void* pool, SCliConn* conn) {
if (conn->status == ConnInPool) {
return;
}
tError("add conn to pool");
allocConnRef(conn, true);
SCliThrd* thrd = conn->hostThrd;