This commit is contained in:
Luke Howard 2006-05-08 08:58:33 +00:00
parent c2369771f8
commit 87051a2a4a

View File

@ -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
}