Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 3:34:51 PM (19 years ago)
Author:
patrick
Message:

disconnecting instead of joining..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_stream.cc

    r9570 r9571  
    470470      PRINTF(0)("Client is gone: %d (%s)\n", it->second.userId, reason.c_str());
    471471
     472
    472473      this->handleDisconnect( it->second.userId);
     474
    473475      if( SharedNetworkData::getInstance()->isProxyServerActive())
    474476        ProxyControl::getInstance()->signalLeaveClient(it->second.userId);
Note: See TracChangeset for help on using the changeset viewer.