Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 10:15:18 AM (18 years ago)
Author:
patrick
Message:

making the node id system as consistant as possible

File:
1 edited

Legend:

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

    r9448 r9449  
    133133  this->networkStream->createServer( port);
    134134  // and connect to the master server for synchronization
    135   this->networkStream->connectToMasterServer(NetworkSettings::getInstance()->getMasterAddr().ipString(), 9999);
     135  int userId = this->networkStream->connectToMasterServer(NetworkSettings::getInstance()->getMasterAddr().ipString(), 9999);
    136136  // and to the other proxy servers also, this would be very nice if its works
    137137
Note: See TracChangeset for help on using the changeset viewer.