mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#4525
This commit is contained in:
parent
c2369771f8
commit
87051a2a4a
@ -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 New Issue
Block a user