1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Poll errors must also drop a corefile. And we shouldn't run sockets when sockets have changed

This commit is contained in:
Maria Matejka
2022-10-05 16:26:13 +02:00
parent 4d687d7aec
commit e1701128bf
2 changed files with 4 additions and 4 deletions

View File

@@ -2315,7 +2315,7 @@ io_loop(void)
{
if (errno == EINTR || errno == EAGAIN)
continue;
die("poll: %m");
bug("poll: %m");
}
if (pout)
{