mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 03:28:31 +00:00
Merge pull request #4652 from LabNConsulting/working/master/hook_unregister
bgp: add hook_unregister to bgp_dump_finish
This commit is contained in:
commit
6dcd5d2a45
@ -877,4 +877,5 @@ void bgp_dump_finish(void)
|
|||||||
|
|
||||||
stream_free(bgp_dump_obuf);
|
stream_free(bgp_dump_obuf);
|
||||||
bgp_dump_obuf = NULL;
|
bgp_dump_obuf = NULL;
|
||||||
|
hook_unregister(bgp_packet_dump, bgp_dump_packet);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user