Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 17, 2006, 10:25:00 AM (18 years ago)
Author:
patrick
Message:

fixed a segfault.

File:
1 edited

Legend:

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

    r9300 r9301  
    5353
    5454  // assuming that the config files are already read we get the proxy servers
    55   std::vector<IPaddress*>* proxyList = &ProxySettings::getInstance()->getProxyList();
     55  std::vector<IPaddress*>* proxyList = ProxySettings::getInstance()->getProxyList();
    5656  std::vector<IPaddress*>::iterator it = proxyList->begin();
    5757  // create a peer info class and a network node class for each new proxy and add them to the passive list
Note: See TracChangeset for help on using the changeset viewer.