mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed bug in dnsresolver reset function
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4451 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9992d6ae12
commit
d071cee94b
@ -102,7 +102,6 @@ void DNSResolver::reset()
|
||||
|
||||
*_thread_running = false ;
|
||||
_addr_map->clear();
|
||||
_addr_map = NULL ;
|
||||
}
|
||||
|
||||
bool DNSResolver::getIPAddressFromString(const std::string& server_name,struct in_addr& addr)
|
||||
|
Loading…
Reference in New Issue
Block a user