]> git.sur5r.net Git - openldap/commitdiff
plug leak (ITS#5155)
authorPierangelo Masarati <ando@openldap.org>
Wed, 26 Sep 2007 22:10:16 +0000 (22:10 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 26 Sep 2007 22:10:16 +0000 (22:10 +0000)
servers/slapd/back-meta/bind.c

index 9a496fc8ff43bc62cf961a5a038359cd5a18f3fc..2f40e6e32f4cea3957f037c46b149d19499626eb 100644 (file)
@@ -206,7 +206,6 @@ meta_back_bind( Operation *op, SlapReply *rs )
        if ( rc == LDAP_SUCCESS ) {
                if ( isroot ) {
                        mc->mc_authz_target = META_BOUND_ALL;
-                       ber_dupbv( &op->orb_edn, be_root_dn( op->o_bd ) );
                }
 
                if ( !LDAP_BACK_PCONN_ISPRIV( mc )