From b30bb0ed903a49a9a81d0418211e4f985eca20ab Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 14 Sep 2011 08:09:13 +0930 Subject: [PATCH] tdb2: increment seqnum on tdb_wipe_all in tdb1 backend. Signed-off-by: Rusty Russell (Imported from CCAN commit 79dee5018a407be1d0674d6108b60f8e8c882b7c) --- lib/tdb2/tdb1_tdb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tdb2/tdb1_tdb.c b/lib/tdb2/tdb1_tdb.c index 0e3cc13caba..98f830cc9a8 100644 --- a/lib/tdb2/tdb1_tdb.c +++ b/lib/tdb2/tdb1_tdb.c @@ -786,6 +786,7 @@ int tdb1_wipe_all(struct tdb_context *tdb) } } + tdb1_increment_seqnum_nonblock(tdb); tdb_unlockall(tdb); return 0; -- 2.34.1