[Orxonox-commit 3048] r7744 - code/branches/presentation/src/libraries/network
smerkli at orxonox.net
smerkli at orxonox.net
Wed Dec 8 17:18:10 CET 2010
Author: smerkli
Date: 2010-12-08 17:18:10 +0100 (Wed, 08 Dec 2010)
New Revision: 7744
Modified:
code/branches/presentation/src/libraries/network/WANDiscovery.cc
Log:
port fixed.
Modified: code/branches/presentation/src/libraries/network/WANDiscovery.cc
===================================================================
--- code/branches/presentation/src/libraries/network/WANDiscovery.cc 2010-12-08 16:13:03 UTC (rev 7743)
+++ code/branches/presentation/src/libraries/network/WANDiscovery.cc 2010-12-08 16:18:10 UTC (rev 7744)
@@ -57,7 +57,7 @@
COUT(2) << "Error: could not initialize master server communications!\n";
/* connect and see if it worked */
- if( msc.connect( this->msaddress.c_str(), 1234 ) )
+ if( msc.connect( this->msaddress.c_str(), ORX_MSERVER_PORT ) )
COUT(2) << "Error: could not connect to master server at "
<< this->msaddress << std::endl;
More information about the Orxonox-commit
mailing list