Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 10:33:34 AM (18 years ago)
Author:
patrick
Message:

discovered a bug in the client id assignement algorithm. corrected. proxy control center should work now. testing

File:
1 edited

Legend:

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

    r9529 r9541  
    275275      else
    276276      {
    277         // forwarding the messages but only if its not a client
    278         if( !SharedNetworkData::getInstance()->isClient())
     277        // forwarding the messages but only if its a proxy
     278        if( /*!SharedNetworkData::getInstance()->isClient()*/ SharedNetworkData::getInstance()->isProxyServerActive())
    279279        {
    280280          PRINTF(0)("===========>> Forwarding Message msg with type: %i, from sender %i, to rec: %i\n", messageType, senderId, destinationId);
Note: See TracChangeset for help on using the changeset viewer.