From c97dbe20a19a43dce7a1cb37cf96b2b3d66d77ca Mon Sep 17 00:00:00 2001 From: Olivier Dugeon Date: Tue, 30 Jan 2018 11:42:02 +0100 Subject: OSPFd: Correct compilation error - Forget to remove ospf_router_info_unregister in ospfd_ri.c Signed-off-by: Olivier Dugeon --- ospfd/ospf_ri.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ospfd/ospf_ri.c') diff --git a/ospfd/ospf_ri.c b/ospfd/ospf_ri.c index d8fa4c72fe..647234c589 100644 --- a/ospfd/ospf_ri.c +++ b/ospfd/ospf_ri.c @@ -1490,9 +1490,6 @@ DEFUN (no_router_info, if (CHECK_FLAG(OspfRI.flags, RIFLG_LSA_ENGAGED)) ospf_router_info_lsa_schedule(FLUSH_THIS_LSA); - /* Unregister the callbacks */ - ospf_router_info_unregister(); - OspfRI.enabled = false; return CMD_SUCCESS; -- cgit v1.2.3