Skip to content
Snippets Groups Projects
Commit fa0f0205 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

need to defer this...

parent cdebc4d3
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment