--- innwebd/base_passive.cpp 2004/07/03 05:22:23 1.1 +++ innwebd/base_passive.cpp 2004/07/03 08:47:07 1.2 @@ -157,7 +157,7 @@ int base_passive::work() delete(p); continue; } - if (base_passive::uThreadCount < MAX_THREAD) + if (base_passive::uThreadCount < MAX_CLIENT) if (this->GetThreadPool()->GetThreadCount() < MAX_CLIENT) { if (hThreadCurrent = CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)base_passive::AcceptThread,(LPVOID)p,0,&ulThreadId))