From: Pierangelo Masarati Date: Tue, 28 Jun 2005 09:36:54 +0000 (+0000) Subject: fix ITS#3804 (does not affect HEAD/RE23) X-Git-Tag: OPENLDAP_REL_ENG_2_2_28~29 X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=d1cbde53dc1dbfb62ddf1b96997f958634aa4579 fix ITS#3804 (does not affect HEAD/RE23) --- diff --git a/CHANGES b/CHANGES index ea9ade8c2c..d19fcca4a5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,9 @@ OpenLDAP 2.2 Change Log OpenLDAP 2.2.28 Engineering - Fixed back-ldap/meta undefined filter propagation (ITS#3785) Fixed back-bdb/hdb - check for BDB TXN patch + Fixed back-ldap/meta undefined filter propagation (ITS#3785) + Fixed back-meta add w/o parent add (ITS#3804) Fixed syncrepl SASL bind crash (ITS#3792) OpenLDAP 2.2.27 Release diff --git a/servers/slapd/back-meta/add.c b/servers/slapd/back-meta/add.c index e49ea11130..8dff1a9be0 100644 --- a/servers/slapd/back-meta/add.c +++ b/servers/slapd/back-meta/add.c @@ -58,6 +58,7 @@ meta_back_add( Operation *op, SlapReply *rs ) &op->o_req_ndn, &candidate ); if ( !lc ) { send_ldap_result( op, rs ); + return -1; } if ( !meta_back_dobind( lc, op )