mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Call SLAPI close function, not start function on shutdown
This commit is contained in:
parent
cbb6117448
commit
c3c881976a
@ -216,7 +216,7 @@ int slap_shutdown( Backend *be )
|
|||||||
|
|
||||||
#ifdef LDAP_SLAPI
|
#ifdef LDAP_SLAPI
|
||||||
pb = slapi_pblock_new( );
|
pb = slapi_pblock_new( );
|
||||||
(void) doPluginFNs( NULL, SLAPI_PLUGIN_START_FN, pb );
|
(void) doPluginFNs( NULL, SLAPI_PLUGIN_CLOSE_FN, pb );
|
||||||
slapi_pblock_destroy( pb );
|
slapi_pblock_destroy( pb );
|
||||||
#endif /* LDAP_SLAPI */
|
#endif /* LDAP_SLAPI */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user