handle quit error
This commit is contained in:
parent
9f9b22e436
commit
989457969e
|
@ -905,7 +905,7 @@ static void addConnToPool(void* pool, SCliConn* conn) {
|
|||
}
|
||||
|
||||
SCliThrd* thrd = conn->hostThrd;
|
||||
if (thrd->quit == false) {
|
||||
if (thrd->quit == true) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue