]> 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:14:16 +0000 (00:14 +0000)
libraries/liblmdb/mdb.c

index cf398d94982032374951f4410e1daa45f7d8c593..6cc1422c7e649a841b997a95dde2b27d91876719 100644 (file)
@@ -3402,7 +3402,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;