]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit for env_sync0
authorHoward Chu <hyc@openldap.org>
Sun, 21 Dec 2014 00:13:50 +0000 (00:13 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 21 Dec 2014 00:13:50 +0000 (00:13 +0000)
libraries/liblmdb/mdb.c

index d9ab5bd3830919a8e7ada7c2f969c6e4719e81dd..002d88bd3e3791580bce36411fe80875ad7418b5 100644 (file)
@@ -3467,7 +3467,7 @@ mdb_txn_commit(MDB_txn *txn)
        }
 #endif
        if ((rc = mdb_page_flush(txn, 0)) ||
-               (rc = mdb_env_sync(env, i)) ||
+               (rc = mdb_env_sync0(env, i)) ||
                (rc = mdb_env_write_meta(txn)))
                goto fail;