]> git.sur5r.net Git - openldap/commitdiff
cleanup previous commit
authorPierangelo Masarati <ando@openldap.org>
Fri, 6 Jan 2006 16:04:07 +0000 (16:04 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 6 Jan 2006 16:04:07 +0000 (16:04 +0000)
servers/slapd/back-bdb/referral.c

index dde3aa43d9a0890f2345306f598081193266c823..97305f9f54ea0d0b0bf2560cc2b749c610aaf065 100644 (file)
@@ -101,7 +101,7 @@ dn2entry_retry:
 
                        bdb_cache_return_entry_r (bdb->bi_dbenv, &bdb->bi_cache, e, &lock);
                        e = NULL;
-               } else if ( !be_issuffix( op->o_bd, &op->o_req_ndn) && default_referral != NULL ) {
+               } else if ( !be_issuffix( op->o_bd, &op->o_req_ndn ) && default_referral != NULL ) {
                        rc = LDAP_OTHER;
                        rs->sr_ref = referral_rewrite( default_referral,
                                NULL, &op->o_req_dn, LDAP_SCOPE_DEFAULT );