mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Call SLAPI close function, not start function on shutdown
This commit is contained in:
parent
cbb6117448
commit
c3c881976a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue