summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tdb2/test/failtest_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/test/failtest_helper.c b/lib/tdb2/test/failtest_helper.c
index 3172e3ad6e..ab79de1978 100644
--- a/lib/tdb2/test/failtest_helper.c
+++ b/lib/tdb2/test/failtest_helper.c
@@ -72,7 +72,7 @@ block_repeat_failures(struct tlist_calls *history)
{
const struct failtest_call *last;
- last = tlist_tail(history, struct failtest_call, list);
+ last = tlist_tail(history, list);
if (failtest_suppress)
return FAIL_DONT_FAIL;