mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-27 11:20:03 +00:00
0f5054f685
It is possible that sockets_add() are called between sockets_prepare() and sockets_fire() during poll loop in birdloop_main(), so we need to use loop->poll_fd.used instead of loop->sock_num to find the last field.