- Timestamp:
- Dec 8, 2010, 5:35:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/libraries/network/packet/ServerInformation.cc
r7461 r7745 58 58 char* ack = new char[strlen(LAN_DISCOVERY_ACK)+1]; 59 59 loadAndIncrease((char*&)ack, temp); 60 assert(strcmp(ack, (const char*)LAN_DISCOVERY_ACK)==0); 60 61 /* Fabian, what is this used for? it crashes the masterserver, hence commenting it */ 62 //assert(strcmp(ack, (const char*)LAN_DISCOVERY_ACK)==0); 63 61 64 // Save Server Name 62 65 loadAndIncrease(this->serverName_, temp);
Note: See TracChangeset
for help on using the changeset viewer.