mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue