[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: syncrepl mangles operational attributes (ITS#3259)



I quickly checked ftp. I can access the patch from there.... strange.I'm
sending the patch directly.Please apply this patch to the original
syncrepl.c in the 2.2.15 release (rev 1.24.2.2) as Ando reverted his patch
you tried yesterday. (Thanks Ando)- Jong-HyukIndex: syncrepl.c
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/servers/slapd/syncrepl.c,v
retrieving revision 1.24.2.22
diff -u -r1.24.2.22 syncrepl.c
--- syncrepl.c  29 Jun 2004 21:45:50 -0000      1.24.2.22
+++ syncrepl.c  28 Jul 2004 15:04:30 -0000
@@ -1216,7 +1216,7 @@
                {
                        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;