diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-10-17 23:14:31 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-17 23:14:31 -0300 |
| commit | dfd7b62ddd50b267255aa1ae40b31965f9c1e411 (patch) | |
| tree | 5d9a3468671545f5d8f49973ab8d868908219f0c /bgpd/rfapi/rfapi_rib.c | |
| parent | ca83094d262ede6d9621220aaf1f4925a4007584 (diff) | |
| parent | 401b063670bed50393815f3071f7816c14bb0155 (diff) | |
Merge pull request #5172 from donaldsharp/sa_clean_and_clean
Sa clean and clean
Diffstat (limited to 'bgpd/rfapi/rfapi_rib.c')
| -rw-r--r-- | bgpd/rfapi/rfapi_rib.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bgpd/rfapi/rfapi_rib.c b/bgpd/rfapi/rfapi_rib.c index 8e8acbfb91..39d4b3ee29 100644 --- a/bgpd/rfapi/rfapi_rib.c +++ b/bgpd/rfapi/rfapi_rib.c @@ -1647,11 +1647,6 @@ void rfapiRibUpdatePendingNode( struct rfapi_info *ri; struct prefix pfx_nh; - if (!bpi->attr) { - /* shouldn't happen */ - /* TBD increment error stats counter */ - continue; - } if (!bpi->extra) { /* shouldn't happen */ /* TBD increment error stats counter */ |
