--- innwebd/base_active.cpp 2004/07/03 05:21:57 1.1 +++ innwebd/base_active.cpp 2004/07/03 13:56:04 1.2 @@ -33,6 +33,10 @@ base_active::~base_active(void) int base_active::work(bool get, bool use_ihave) { + HANDLE hThreadCurrent; + + hThreadCurrent = GetCurrentThread(); + if (this->running) return 1;