initialize netSystem (aka winsock on windows) explicitely

This commit is contained in:
Benjamin Sergeant
2019-04-25 16:38:15 -07:00
parent 22fcdc0e2e
commit 9936260711
3 changed files with 46 additions and 35 deletions

View File

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