1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

make sure we unlock

(This used to be ctdb commit c09054f878a88129abb6cce24c7bbf53f61a2648)
This commit is contained in:
Andrew Tridgell 2007-04-17 15:33:58 +10:00
parent b87de399f2
commit ae6722e845

View File

@ -89,6 +89,7 @@ static void bench_fetch_1node(struct ctdb_context *ctdb)
data.dsize = strlen((const char *)data.dptr)+1;
ret = ctdb_record_store(h, data);
talloc_free(h);
if (ret != 0) {
printf("Failed to store record\n");
}