OpenLDAP Change Log
+Changes included in OpenLDAP 1.1.5
+ CVS Tag: OPENLDAP_REL_ENG_1_1
+ Fixed slapd/ldbm/add cache set state deadlock bug
+
Changes included in OpenLDAP 1.1.4
CVS Tag: OPENLDAP_REL_ENG_1_1_4
Updated docs
if ( dn != NULL )
free( dn );
- cache_set_state( &li->li_cache, e, 0 );
-
if (p != NULL) {
/* free parent and writer lock */
cache_return_entry_w( &li->li_cache, p );
pthread_mutex_unlock(&li->li_root_mutex);
}
+ cache_set_state( &li->li_cache, e, 0 );
+
/* free entry and writer lock */
cache_return_entry_w( &li->li_cache, e );