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

Some fixes in route export limits.

This commit is contained in:
Ondrej Zajicek
2012-04-28 12:59:40 +02:00
parent d494df63ac
commit ab758e4fb2
3 changed files with 43 additions and 12 deletions

View File

@@ -387,7 +387,8 @@ struct proto_limit {
void proto_notify_limit(struct announce_hook *ah, struct proto_limit *l, u32 rt_count);
static inline void proto_reset_limit(struct proto_limit *l)
static inline void
proto_reset_limit(struct proto_limit *l)
{
if (l)
l->state = PLS_INITIAL;