mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#4525
This commit is contained in:
parent
c2369771f8
commit
87051a2a4a
1 changed files with 1 additions and 2 deletions
|
|
@ -260,10 +260,9 @@ int connections_destroy(void)
|
|||
ldap_pvt_thread_mutex_destroy( &conn[j].c_write_mutex );
|
||||
ldap_pvt_thread_cond_destroy( &conn[j].c_write_cv );
|
||||
#ifdef LDAP_SLAPI
|
||||
/* FIX ME!! */
|
||||
if ( slapi_plugins_used ) {
|
||||
slapi_int_free_object_extensions( SLAPI_X_EXT_CONNECTION,
|
||||
&connections[i] );
|
||||
&conn[j] );
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue