]> git.sur5r.net Git - openldap/commitdiff
fix ITS#3804 (does not affect HEAD/RE23)
authorPierangelo Masarati <ando@openldap.org>
Tue, 28 Jun 2005 09:36:54 +0000 (09:36 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 28 Jun 2005 09:36:54 +0000 (09:36 +0000)
CHANGES
servers/slapd/back-meta/add.c

diff --git a/CHANGES b/CHANGES
index ea9ade8c2cf66f6be5400c2087b855328dd56594..d19fcca4a5b2b06f247c48f70200037b7a98b5c1 100644 (file)
--- 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
index e49ea111308f6ac8c4acaf2490c1b6ab5c1427ac..8dff1a9be09d2ec25c435716f3ece6aa3c78677f 100644 (file)
@@ -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 )