Commit 223bf1d9 authored by jan.koester's avatar jan.koester
Browse files

dont delete deleted connections

parent d7cc1b81
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -213,6 +213,9 @@ namespace netplus {

        con* delcon = (con*)_Events[pos].data.ptr;

        if(!delcon)
            return;

        int ect = epoll_ctl(_pollFD, EPOLL_CTL_DEL,
            delcon->csock->getSocket(), 0);