]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
fix controls propagation (ITS#3813)
authorPierangelo Masarati <ando@openldap.org>
Fri, 15 Jul 2005 00:11:10 +0000 (00:11 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 15 Jul 2005 00:11:10 +0000 (00:11 +0000)
CHANGES
servers/slapd/back-meta/bind.c

diff --git a/CHANGES b/CHANGES
index 0e3068d48607ea59ebc9a03e87991cd5e67c3f25..b467f66867b72f76703f72f1cfe2333782ad18b2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ OpenLDAP 2.2.28 Engineering
        Fixed back-hdb nested modrdn bug (ITS#3857)
        Fixed back-ldap/meta undefined filter propagation (ITS#3785)
        Fixed back-meta add w/o parent add (ITS#3804)
+       Fixed back-meta control propagation bug (ITS#3813)
        Fixed syncrepl SASL bind crash (ITS#3792)
 
 OpenLDAP 2.2.27 Release
index f068b1077927eb3eba0ed31b7605b563be6ef9fd..7f7b64a51672f31ff84c48e251de5c395cb21d35 100644 (file)
@@ -358,7 +358,7 @@ meta_back_dobind( struct metaconn *lc, Operation *op )
                }
 
                rc = ldap_sasl_bind( lsc->ld, "", LDAP_SASL_SIMPLE, &cred,
-                               op->o_ctrls, NULL, &msgid );
+                               NULL, NULL, &msgid );
                if ( rc == LDAP_SUCCESS ) {
                        LDAPMessage     *res;
                        struct timeval  tv = { 0, 0 };