From: Jong Hyuk Choi Date: Wed, 28 Jul 2004 17:24:54 +0000 (+0000) Subject: Patch for ITS#3259 X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=95e56c624314f5a7709354271d347f7d4954e46f;p=openldap Patch for ITS#3259 --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index a183733d86..c6ed3ec6ca 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1232,7 +1232,7 @@ syncrepl_entry( { attr_delete( &e->e_attrs, slap_schema.si_ad_entryUUID ); attr_merge_one( e, slap_schema.si_ad_entryUUID, - syncUUID, &ava.aa_value ); + &syncUUID_strrep, syncUUID ); op->o_tag = LDAP_REQ_ADD; op->ora_e = e;