mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 09:23:31 +00:00
zebra: Cleanup unguarded debug
Left over debug from earlier commits Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
e1b8fb0267
commit
a69b10c1e6
@ -1613,9 +1613,6 @@ void zebra_nhg_free(struct nhg_hash_entry *nhe)
|
|||||||
|
|
||||||
THREAD_OFF(nhe->timer);
|
THREAD_OFF(nhe->timer);
|
||||||
|
|
||||||
if (nhe->refcnt)
|
|
||||||
zlog_debug("nhe_id=%pNG hash refcnt=%d", nhe, nhe->refcnt);
|
|
||||||
|
|
||||||
zebra_nhg_free_members(nhe);
|
zebra_nhg_free_members(nhe);
|
||||||
|
|
||||||
XFREE(MTYPE_NHG, nhe);
|
XFREE(MTYPE_NHG, nhe);
|
||||||
|
Loading…
Reference in New Issue
Block a user