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

Re: syncrepl missing deletes when using objectClass



On Tue, 27 Jan 2004, Quanah Gibson-Mount wrote:
| Any idea if I can apply just this change cleanly to OpenLDAP-2.2.5?  The
| version in head has a lot of changes compared to what is in 2.2.5, and I am
| not sure if those changes require updates to other files as well...

Quanah,

Attached is the diff for the patch against 2.2.5 that Jong sent me.  It
applied cleanly to 2.2.5 and the limited tests that I ran, specific to
this particular bug, were successful.

-Doug
Index: search.c
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/servers/slapd/back-bdb/search.c,v
retrieving revision 1.173
diff -r1.173 search.c
808,811c808
< 		rs->sr_err = LDAP_SUCCESS;
< 		rs->sr_entry = NULL;
< 		send_ldap_result( sop, rs );
< 		goto done;
---
> 		goto nochange;