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

fixed broken pipe

parent 4fb34a63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ namespace netplus {
            con *ccon=(con*)_Events[pos].data.ptr;

            if(ccon)
                _evtapi->deleteConnetion(ccon);
                CloseEventHandler(pos,tid,args);

            _evtapi->CreateConnetion(&ccon);