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

Re: OpenLDAP 2.1.26 and "stable" tag



Hi,

On Sunday 25 January 2004 21:04, Michael Donnelly wrote:
> OpenLDAP 2.1.26 seems to include a number of important fixes, including
> "misc bug fixes" to slurpd, bdb code fixes, etc.
>
> Would anyone care to comment on a tentative date when 2.1.26 might be
> marked as "stable"?

it may not exactly answer your question, but there is still at least one bug 
lying around in 2.1.26. To be exact it's ITS#2930.

I've extracted a minimal patch from CVS that should hopefully fix it.

Peter
-- 
Peter Marschall
eMail: peter@adpm.de
# patch from OpenLDAP CVS REL_ENG_2_1 to fix ITS#2930
--- servers/slapd/repl.c
+++ servers/slapd/repl.c	Sat Jan 24 14:33:41 2004
@@ -350,6 +350,7 @@
 		break;
 
 	case LDAP_REQ_ADD:
+		e = change;
 		for ( a = e->e_attrs; a != NULL; a=a->a_next ) {
 			if ( ri && ri->ri_attrs ) {
 				int is_in = ad_inlist( a->a_desc, ri->ri_attrs );