mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Use normalized UUID...
This commit is contained in:
parent
4e530bf54d
commit
fe4095ebc3
@ -417,7 +417,7 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
|
||||
if ( saveit || op->o_tag == LDAP_REQ_ADD ) {
|
||||
a = attr_find( e->e_attrs, slap_schema.si_ad_entryUUID );
|
||||
if ( a )
|
||||
ber_dupbv_x( &opc->suuid, &a->a_vals[0], op->o_tmpmemctx );
|
||||
ber_dupbv_x( &opc->suuid, &a->a_nvals[0], op->o_tmpmemctx );
|
||||
}
|
||||
|
||||
ldap_pvt_thread_mutex_lock( &si->si_ops_mutex );
|
||||
|
Loading…
Reference in New Issue
Block a user