From 3d99be39d1c803ff0faa049fe31b9c7b3302890a Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Fri, 24 Mar 2017 14:38:09 +0100 Subject: ipcpd: Initial synchronisation of the RIB --- src/ipcpd/normal/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ipcpd/normal/main.c') diff --git a/src/ipcpd/normal/main.c b/src/ipcpd/normal/main.c index 00ecaae9..41e0544d 100644 --- a/src/ipcpd/normal/main.c +++ b/src/ipcpd/normal/main.c @@ -202,6 +202,8 @@ static int boot_components(void) void shutdown_components(void) { + ribmgr_fini(); + connmgr_stop(); enroll_stop(); @@ -214,8 +216,6 @@ void shutdown_components(void) dir_fini(); - ribmgr_fini(); - addr_auth_fini(); free(ipcpi.dif_name); -- cgit v1.2.3