]> git.sur5r.net Git - openldap/commitdiff
revert previous commit
authorPierangelo Masarati <ando@openldap.org>
Fri, 8 Oct 2004 00:27:26 +0000 (00:27 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 8 Oct 2004 00:27:26 +0000 (00:27 +0000)
servers/slapd/back-bdb/cache.c

index 95efcc21bb50e441013bb5ad3940cc6c8a40d44e..141fe32829563a0291e92ff740ce33672a4af2b2 100644 (file)
@@ -1166,7 +1166,7 @@ bdb_txn_get( Operation *op, DB_ENV *env, DB_TXN **txn )
 
        if ( ldap_pvt_thread_pool_getkey( ctx, ((char *)env)+1, &data, NULL ) ) {
                for ( i=0, rc=1; rc != 0 && i<4; i++ ) {
-                       rc = TXN_BEGIN( env, NULL, txn, DB_TXN_NOT_DURABLE );
+                       rc = TXN_BEGIN( env, NULL, txn, 0 );
                        if (rc) ldap_pvt_thread_yield();
                }
                if ( rc != 0) {