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

ops i did it again

parent 9a24ac5a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ netplus::tcp::tcp(const char* addr, int port,int maxconnections,int sockopts) :
netplus::tcp::~tcp(){
    if(_Socket!=-1)
        ::close(_Socket);
    ::free((void*)_SocketInfo);
}

netplus::tcp::tcp() : socket() {
+0 −1
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ netplus::udp::udp(const char* addr, int port,int maxconnections,int sockopts) :
netplus::udp::~udp(){
    if(_Socket!=-1)
        ::close(_Socket);
    ::free((void*)_SocketInfo);
}

netplus::udp::udp() : socket() {