X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Ffailtest_helper.c;h=ab79de1978c5d80291426dfa565b7a544b8cf48b;hb=2f780d578cf2c102957f7872f6edbcbffb8cba69;hp=3172e3ad6e150478812c6b9e33434929ee147167;hpb=fbae37ba91ec230e34be564084099726cc3a9d47;p=ccan diff --git a/ccan/tdb2/test/failtest_helper.c b/ccan/tdb2/test/failtest_helper.c index 3172e3ad..ab79de19 100644 --- a/ccan/tdb2/test/failtest_helper.c +++ b/ccan/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;