mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 01:02:53 -05:00
need to defer this...
This commit is contained in:
parent
cdebc4d376
commit
fa0f020503
1 changed files with 2 additions and 3 deletions
|
|
@ -232,9 +232,6 @@ int slap_shutdown( Backend *be )
|
|||
slap_name, 0, 0 );
|
||||
#endif
|
||||
|
||||
|
||||
slap_sasl_destroy();
|
||||
|
||||
/* let backends do whatever cleanup they need to do */
|
||||
rc = backend_shutdown( be );
|
||||
|
||||
|
|
@ -263,6 +260,8 @@ int slap_destroy(void)
|
|||
|
||||
rc = backend_destroy();
|
||||
|
||||
slap_sasl_destroy();
|
||||
|
||||
entry_destroy();
|
||||
|
||||
ldap_pvt_thread_destroy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue