From c3c881976a919c4e8a9709310cd83ac620e40769 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 9 Jun 2003 04:11:06 +0000 Subject: [PATCH] Call SLAPI close function, not start function on shutdown --- servers/slapd/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/init.c b/servers/slapd/init.c index 0afd7b7b7b..c1dcae2a8a 100644 --- a/servers/slapd/init.c +++ b/servers/slapd/init.c @@ -216,7 +216,7 @@ int slap_shutdown( Backend *be ) #ifdef LDAP_SLAPI pb = slapi_pblock_new( ); - (void) doPluginFNs( NULL, SLAPI_PLUGIN_START_FN, pb ); + (void) doPluginFNs( NULL, SLAPI_PLUGIN_CLOSE_FN, pb ); slapi_pblock_destroy( pb ); #endif /* LDAP_SLAPI */ -- 2.39.5