Fix bugs in NXDN networking.

This commit is contained in:
Jonathan Naylor
2018-02-13 19:07:30 +00:00
parent f6b90793db
commit 134646265e
3 changed files with 4 additions and 6 deletions

View File

@@ -32,8 +32,6 @@ m_address(address),
m_port(port),
m_fd(-1)
{
assert(!address.empty());
#if defined(_WIN32) || defined(_WIN64)
WSAData data;
int wsaRet = ::WSAStartup(MAKEWORD(2, 2), &data);