Call SLAPI close function, not start function on shutdown

This commit is contained in:
Luke Howard 2003-06-09 04:11:06 +00:00
parent cbb6117448
commit c3c881976a

View 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 */