Commit 79dee501 authored by Rusty Russell's avatar Rusty Russell

tdb2: increment seqnum on tdb_wipe_all in tdb1 backend.

parent b236a8dc
......@@ -786,6 +786,7 @@ int tdb1_wipe_all(struct tdb_context *tdb)
}
}
tdb1_increment_seqnum_nonblock(tdb);
tdb_unlockall(tdb);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment