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

Merge tag 'v1.6.2' into int-new

This commit is contained in:
Ondrej Zajicek (work)
2016-11-08 17:03:31 +01:00
40 changed files with 988 additions and 338 deletions

View File

@@ -589,7 +589,7 @@ sockets_fire(struct birdloop *loop)
times_update(loop);
/* Last fd is internal wakeup fd */
if (pfd[loop->sock_num].revents & POLLIN)
if (pfd[poll_num].revents & POLLIN)
wakeup_drain(loop);
int i;