diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-05-04 23:05:47 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-05-11 12:10:21 +0200 |
commit | 47c447c42e0bfa1836d951d1e6c1a2236d39dcbb (patch) | |
tree | 4bf10914440cb7d2df02fcfa7f7c2733a582cd6e /proto/bgp/packets.c | |
parent | 95616c820248018f4999972cad315f2da60e4960 (diff) |
Minor cleanups.
Diffstat (limited to 'proto/bgp/packets.c')
-rw-r--r-- | proto/bgp/packets.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index 168025d0..cfa37fb5 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -1031,9 +1031,6 @@ bgp_do_rx_update(struct bgp_conn *conn, if (n = net_find(p->p.table, prefix, pxlen)) rte_update(p->p.table, n, &p->p, &p->p, NULL); } - - if (bgp_apply_limits(p) < 0) - goto done; } } |