mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Fixed processing of timers.
This commit is contained in:
parent
fd50083df4
commit
5331da6a4d
@ -709,7 +709,10 @@ io_loop(void)
|
||||
continue;
|
||||
}
|
||||
else
|
||||
timo.tv_sec = tout - now;
|
||||
{
|
||||
timo.tv_sec = tout - now;
|
||||
timo.tv_usec = 0;
|
||||
}
|
||||
|
||||
hi = 0;
|
||||
WALK_LIST(n, sock_list)
|
||||
|
Loading…
Reference in New Issue
Block a user