Commit ee580804 authored by jan.koester's avatar jan.koester
Browse files

fixed

parent 64e4ad15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ namespace netplus {
                SOCKET sdAccept = WSAAccept(_ServerSocket->fd(), nullptr, nullptr, nullptr, 0);
                if (sdAccept == SOCKET_ERROR) {
                    NetException except;
                    except[NetException::Error] << "CloseEventHandler: can't close socket to epoll: " << WSAGetLastError();
                    except[NetException::Note] << "runEventloop:" << WSAGetLastError();
                    throw except;
                }
                else {