summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_ri.c
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2018-01-30 11:42:02 +0100
committerOlivier Dugeon <olivier.dugeon@orange.com>2018-01-30 11:42:02 +0100
commitc97dbe20a19a43dce7a1cb37cf96b2b3d66d77ca (patch)
tree9adf50f3272d7566d3e557f2ecae30eeeeeecd46 /ospfd/ospf_ri.c
parentOSPFd: Update Segment Routing PR following review (diff)
downloadfrr-c97dbe20a19a43dce7a1cb37cf96b2b3d66d77ca.tar.xz
frr-c97dbe20a19a43dce7a1cb37cf96b2b3d66d77ca.zip
OSPFd: Correct compilation error
- Forget to remove ospf_router_info_unregister in ospfd_ri.c Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Diffstat (limited to 'ospfd/ospf_ri.c')
-rw-r--r--ospfd/ospf_ri.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ospfd/ospf_ri.c b/ospfd/ospf_ri.c
index d8fa4c72f..647234c58 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;