diff --git a/sectionfilter.c b/sectionfilter.c index 89e6a9b..7b94a52 100644 --- a/sectionfilter.c +++ b/sectionfilter.c @@ -290,7 +290,7 @@ bool cSatipSectionFilterHandler::Send(void) // send data for (unsigned int i = 0; i < eMaxSecFilterCount; ++i) { - if(pollFdsM[i].revents & POLLOUT) + if (pollFdsM[i].revents & POLLOUT) filtersM[i]->Send(); } return true;