diff --git a/dump1090.c b/dump1090.c index e168a98..1bac907 100644 --- a/dump1090.c +++ b/dump1090.c @@ -1659,6 +1659,7 @@ void modesAcceptClients(void) { return; /* Max number of clients reached. */ } + anetNonBlock(Modes.aneterr, fd); c = malloc(sizeof(*c)); c->service = services[j]; c->fd = fd;