diff options
Diffstat (limited to 'zebra/zebra_nhg.c')
| -rw-r--r-- | zebra/zebra_nhg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/zebra_nhg.c b/zebra/zebra_nhg.c index 660ac1f102..c5b533fc22 100644 --- a/zebra/zebra_nhg.c +++ b/zebra/zebra_nhg.c @@ -1613,9 +1613,6 @@ void zebra_nhg_free(struct nhg_hash_entry *nhe) THREAD_OFF(nhe->timer); - if (nhe->refcnt) - zlog_debug("nhe_id=%pNG hash refcnt=%d", nhe, nhe->refcnt); - zebra_nhg_free_members(nhe); XFREE(MTYPE_NHG, nhe); |
