X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Ftransaction.c;h=f1414391abe42caa7b81504dede1ea3700291c1b;hb=024a5647e6c81735a93d826b56db0db4bf86fab8;hp=a27c027365eec3fc7be001d9693bde42ec6f0b45;hpb=a8b30ad4dcea31c68ca809d2a6e6e4c7c6c30398;p=ccan diff --git a/ccan/tdb2/transaction.c b/ccan/tdb2/transaction.c index a27c0273..f1414391 100644 --- a/ccan/tdb2/transaction.c +++ b/ccan/tdb2/transaction.c @@ -689,7 +689,7 @@ static enum TDB_ERROR tdb_recovery_allocate(struct tdb_context *tdb, tdb->stats.frees++; ecode = add_free_record(tdb, recovery_head, sizeof(rec) + rec.max_len, - TDB_LOCK_WAIT); + TDB_LOCK_WAIT, true); if (ecode != TDB_SUCCESS) { return tdb_logerr(tdb, ecode, TDB_LOG_ERROR, "tdb_recovery_allocate:"