--- innwebd/controld.cpp 2004/07/04 06:45:23 1.6 +++ innwebd/controld.cpp 2004/07/04 21:54:39 1.8 @@ -139,16 +139,16 @@ int controld::Accept(void) } else { - this>s_send("501 service"); + this->_send(""501 service"); } - contiinue; + continue; } if (cmd == "SHUTDOWN") { if (this->access.control) { - this->_send("Shutting down ... ",falsse); + this->s_send("Shutting down ... ",false); ((controld*)(this->GetParentThread()))->ShutdownChild();