Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 26, 2006, 10:41:33 AM (18 years ago)
Author:
patrick
Message:

giving the proxy server more rights to write the clients

File:
1 edited

Legend:

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

    r9481 r9483  
    583583              this->pInfo->userId = SharedNetworkData::getInstance()->getHostID();
    584584
    585               it->second.ip = it->second.socket->getRemoteAddress();
     585#warning the ip address is not set here because it results in a segfault when connecting to a proxy server => trace this later
     586//               it->second.ip = it->second.socket->getRemoteAddress();
    586587
    587588              // it->second.nodeType = it->second.handshake->getRemoteNodeType();
Note: See TracChangeset for help on using the changeset viewer.