need to defer this...

This commit is contained in:
Pierangelo Masarati 2004-05-15 10:11:43 +00:00
parent cdebc4d376
commit fa0f020503

View file

@ -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();