From: Luke Howard Date: Mon, 9 Jun 2003 04:11:06 +0000 (+0000) Subject: Call SLAPI close function, not start function on shutdown X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~918 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c3c881976a919c4e8a9709310cd83ac620e40769;p=openldap Call SLAPI close function, not start function on shutdown --- 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 */