Commit 8b9e51c9 authored by jan.koester's avatar jan.koester
Browse files

fixed

parent ce2da2d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ netplus::tcp::tcp(const char* addr, int port,int maxconnections,int sockopts) :
                           rp->ai_protocol,nullptr, 0, WSA_FLAG_OVERLAPPED);
        if (_Socket == -1)
            continue;
        memcpy(&_SocketInfo,rp,sizeof(hints));
        memcpy((struct addrinfo*)_SocketInfo,rp,sizeof(hints));
        _SocketInfoLen = sizeof(hints);

        break;