]> git.sur5r.net Git - openldap/commitdiff
Call SLAPI close function, not start function on shutdown
authorLuke Howard <lukeh@openldap.org>
Mon, 9 Jun 2003 04:11:06 +0000 (04:11 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 9 Jun 2003 04:11:06 +0000 (04:11 +0000)
servers/slapd/init.c

index 0afd7b7b7b0f7b4a6d1d33263b8978d259624c4b..c1dcae2a8a7d1b4c411dce19d0e7cf4ee0292d97 100644 (file)
@@ -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 */