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:
@@ -2315,7 +2315,7 @@ io_loop(void)
|
||||
{
|
||||
if (errno == EINTR || errno == EAGAIN)
|
||||
continue;
|
||||
die("poll: %m");
|
||||
bug("poll: %m");
|
||||
}
|
||||
if (pout)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user