mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 11:18:43 +00:00
ospf6d: reset the global ospf6 pointer
reset the global ospf6 pointer. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
22b982dfe9
commit
18f286adfb
@ -85,8 +85,10 @@ static void __attribute__((noreturn)) ospf6_exit(int status)
|
|||||||
|
|
||||||
frr_early_fini();
|
frr_early_fini();
|
||||||
|
|
||||||
if (ospf6)
|
if (ospf6) {
|
||||||
ospf6_delete(ospf6);
|
ospf6_delete(ospf6);
|
||||||
|
ospf6 = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
bfd_gbl_exit();
|
bfd_gbl_exit();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user