mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Fix bugs in NXDN networking.
This commit is contained in:
parent
f6b90793db
commit
134646265e
3 changed files with 4 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue