Skip to content
Snippets Groups Projects
Commit c3c88197 authored by Luke Howard's avatar Luke Howard
Browse files

Call SLAPI close function, not start function on shutdown

parent cbb61174
Branches
Tags
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment