Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2006, 3:49:57 PM (19 years ago)
Author:
patrick
Message:

network ip synchronization work

File:
1 edited

Legend:

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

    r9357 r9360  
    488488        if ( it->second.handshake->ok() )
    489489        {
     490          // the server gave it free for deletion
    490491          if ( !it->second.handshake->allowDel() )
    491492          {
     
    568569  PRINTF(0)("Client is redirected to the other proxy servers\n");
    569570  PRINTF(0)("===============================================\n");
     571
     572  return;
    570573
    571574  PeerInfo* pInfo = &this->peers[userId];
Note: See TracChangeset for help on using the changeset viewer.