Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7744


Ignore:
Timestamp:
Dec 8, 2010, 5:18:10 PM (13 years ago)
Author:
smerkli
Message:

port fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/network/WANDiscovery.cc

    r7739 r7744  
    5858
    5959    /* connect and see if it worked */
    60     if( msc.connect( this->msaddress.c_str(), 1234 ) )
     60    if( msc.connect( this->msaddress.c_str(), ORX_MSERVER_PORT ) )
    6161      COUT(2) << "Error: could not connect to master server at "
    6262        << this->msaddress << std::endl;
Note: See TracChangeset for help on using the changeset viewer.