]> git.sur5r.net Git - openldap/commitdiff
Patch for ITS#3259
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 28 Jul 2004 17:24:54 +0000 (17:24 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 28 Jul 2004 17:24:54 +0000 (17:24 +0000)
servers/slapd/syncrepl.c

index a183733d86eef9e166c99f07eed7c83f854dd6c5..c6ed3ec6ca14639c3d57374eb0505956ca85d294 100644 (file)
@@ -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;