]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Fri, 17 Aug 2007 12:38:50 +0000 (12:38 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 17 Aug 2007 12:38:50 +0000 (12:38 +0000)
servers/slapd/back-bdb/bind.c

index dc0be82b3076f74121269013031d1c3202d8a2a6..286c268b06934e370276de3be93427f532c782ab 100644 (file)
@@ -62,6 +62,7 @@ bdb_bind( Operation *op, SlapReply *rs )
                /* give the database a chanche */
                break;
        }
+#endif /* traditional */
 
        rs->sr_err = LOCK_ID(bdb->bi_dbenv, &locker);
        switch(rs->sr_err) {
@@ -72,7 +73,6 @@ bdb_bind( Operation *op, SlapReply *rs )
                send_ldap_result( op, rs );
                return rs->sr_err;
        }
-#endif /* traditional */
 
 dn2entry_retry:
        /* get entry with reader lock */