X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftdb1_tdb.c;h=113ebc0b6d122d42521a6ea84102651e7d6d448f;hp=cc7e580f2c3f1e8fc596da4a53c3039b94ad36de;hb=444fade529f68eb2b0aebbc8de442478c5c6f916;hpb=39f55294799c6443c0ad7bef09f1c113cf89d295 diff --git a/ccan/tdb2/tdb1_tdb.c b/ccan/tdb2/tdb1_tdb.c index cc7e580f..113ebc0b 100644 --- a/ccan/tdb2/tdb1_tdb.c +++ b/ccan/tdb2/tdb1_tdb.c @@ -66,7 +66,7 @@ static void tdb1_increment_seqnum(struct tdb1_context *tdb) tdb1_increment_seqnum_nonblock(tdb); - tdb1_nest_unlock(tdb, TDB1_SEQNUM_OFS, F_WRLCK, false); + tdb1_nest_unlock(tdb, TDB1_SEQNUM_OFS, F_WRLCK); } static int tdb1_key_compare(TDB1_DATA key, TDB1_DATA data, void *private_data)