Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9543 in orxonox.OLD


Ignore:
Timestamp:
Jul 28, 2006, 10:50:27 AM (18 years ago)
Author:
patrick
Message:

found another smaller bug, tracing

File:
1 edited

Legend:

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

    r9542 r9543  
    7979void ProxyControl::signalNewClient(int userId)
    8080{
    81   PRINTF(0)("Signaling new Client\n");
     81  PRINTF(0)("Signaling new Client: %i\n");
    8282  // make sure we are a proxy server
    8383  assert(SharedNetworkData::getInstance()->isProxyServerActive());
     
    104104bool ProxyControl::messageHandlerNewClient( MessageType messageType, byte * data, int dataLength, void * someData, int senderId, int destinationId  )
    105105{
    106   PRINTF(0)("\n\nulla\n\n");
    107   int userId;
     106  int userId = 0;
    108107  // body data length correct?
    109108  if ( dataLength != INTSIZE )
Note: See TracChangeset for help on using the changeset viewer.