X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/1c898f7017d2f3bfc07dfdadd077d70ccf6066c1..4df9aef570ab29d903ae4e7909a4fc6724fd864e:/l2tpns.c diff --git a/l2tpns.c b/l2tpns.c index 61b2184..f2a60c9 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -3769,6 +3769,11 @@ static void mainloop(void) more++; } } +#ifdef BGP + else + /* no event received, but timers could still have expired */ + bgp_process_peers_timers(); +#endif /* BGP */ if (time_changed) {