initialize netSystem (aka winsock on windows) explicitely

This commit is contained in:
Benjamin Sergeant
2019-04-25 16:38:15 -07:00
parent 4fbc4e3be9
commit 1c7c07e128
3 changed files with 46 additions and 35 deletions

View File

@ -27,7 +27,7 @@ namespace ix
_done(false),
_id(_nextId++)
{
initNetSystem();
;
}
DNSLookup::~DNSLookup()