/[LeafOK_CVS]/innwebd/controld.cpp
ViewVC logotype

Diff of /innwebd/controld.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.6 by sysadm, Sun Jul 4 06:45:23 2004 UTC Revision 1.8 by sysadm, Sun Jul 4 21:54:39 2004 UTC
# Line 139  int controld::Accept(void) Line 139  int controld::Accept(void)
139                                  }                                  }
140                                  else                                  else
141                                  {                                  {
142                                          this>s_send("501 service");                                          this->_send(""501 service");
143                                  }                                  }
144                                  contiinue;                                  continue;
145                          }                          }
146    
147                          if (cmd == "SHUTDOWN")                          if (cmd == "SHUTDOWN")
148                          {                          {
149                                  if (this->access.control)                                  if (this->access.control)
150                                  {                                  {
151                                          this->_send("Shutting down ... ",falsse);                                          this->s_send("Shutting down ... ",false);
152    
153                                          ((controld*)(this->GetParentThread()))->ShutdownChild();                                          ((controld*)(this->GetParentThread()))->ShutdownChild();
154    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1