mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 04:50:29 +00:00
ospfd: Do not delete write_q 2 times either
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
5b51cf7c9c
commit
2e5faea372
@ -768,8 +768,6 @@ static void ospf_finish_final(struct ospf *ospf)
|
||||
if (!CHECK_FLAG(om->options, OSPF_MASTER_SHUTDOWN))
|
||||
instance = ospf->instance;
|
||||
|
||||
list_delete_and_null(&ospf->oi_write_q);
|
||||
|
||||
ospf_delete(ospf);
|
||||
|
||||
if (ospf->name) {
|
||||
|
Loading…
Reference in New Issue
Block a user