diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-01-29 09:14:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-29 09:14:49 +0200 |
| commit | 67725010ff127b7564415fe6370374d0486ca31e (patch) | |
| tree | 3bfff34007de268c71a895e3b00e123b97ad58a0 /zebra/zebra_rib.c | |
| parent | 79ea62839faf16a2de4ab366d7d6b340f68e58ee (diff) | |
| parent | 153bdb3d03542530ed1deccbefc716cb4b699a67 (diff) | |
Merge pull request #7974 from donaldsharp/more_if_zero
More if zero
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 8914f9c59c..69d3a577cf 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -2323,14 +2323,6 @@ static void process_subq_route(struct listnode *lnode, uint8_t qindex) UNSET_FLAG(rib_dest_from_rnode(rnode)->flags, RIB_ROUTE_QUEUED(qindex)); -#if 0 - else - { - zlog_debug ("%s: called for route_node (%p, %d) with no ribs", - __func__, rnode, route_node_get_lock_count(rnode)); - zlog_backtrace(LOG_DEBUG); - } -#endif route_unlock_node(rnode); } |
