Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2010, 5:35:36 PM (14 years ago)
Author:
smerkli
Message:

Removed some things and fixed some bugs

File:
1 edited

Legend:

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

    r7461 r7745  
    5858      char* ack = new char[strlen(LAN_DISCOVERY_ACK)+1];
    5959      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
    6164      // Save Server Name
    6265      loadAndIncrease(this->serverName_, temp);
Note: See TracChangeset for help on using the changeset viewer.