mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
fix previous commit
This commit is contained in:
parent
de90dbbc52
commit
65f07479ac
1 changed files with 1 additions and 1 deletions
|
|
@ -738,7 +738,7 @@ int slap_bv2undef_ad(
|
|||
ldap_pvt_str2upper( desc->ad_cname.bv_val );
|
||||
|
||||
/* shouldn't we protect this for concurrency? */
|
||||
desc->ad_type = at;
|
||||
desc->ad_type = slap_schema.si_at_undefined;
|
||||
ldap_pvt_thread_mutex_lock( &ad_undef_mutex );
|
||||
desc->ad_next = desc->ad_type->sat_ad;
|
||||
desc->ad_type->sat_ad = desc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue