summaryrefslogtreecommitdiff
path: root/nDPIsrvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nDPIsrvd.c')
-rw-r--r--nDPIsrvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPIsrvd.c b/nDPIsrvd.c
index db0b60fd2..8ffeeaa12 100644
--- a/nDPIsrvd.c
+++ b/nDPIsrvd.c
@@ -1422,7 +1422,7 @@ static int mainloop(int epollfd)
{
logger(1, "Epoll event error: %s", (errno != 0 ? strerror(errno) : "unknown"));
}
- continue;
+ break;
}
if (events[i].data.fd == collector_un_sockfd || events[i].data.fd == distributor_un_sockfd ||