summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/run-30-exhaust-before-expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb2/test/run-30-exhaust-before-expand.c')
-rw-r--r--lib/tdb2/test/run-30-exhaust-before-expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/test/run-30-exhaust-before-expand.c b/lib/tdb2/test/run-30-exhaust-before-expand.c
index c39f0591f0..13bb9461d4 100644
--- a/lib/tdb2/test/run-30-exhaust-before-expand.c
+++ b/lib/tdb2/test/run-30-exhaust-before-expand.c
@@ -8,7 +8,7 @@ static bool empty_freetable(struct tdb_context *tdb)
unsigned int i;
/* Now, free table should be completely exhausted in zone 0 */
- if (tdb_read_convert(tdb, tdb->tdb2.ftable_off, &ftab, sizeof(ftab)) != 0)
+ if (tdb_read_convert(tdb, tdb->ftable_off, &ftab, sizeof(ftab)) != 0)
abort();
for (i = 0; i < sizeof(ftab.buckets)/sizeof(ftab.buckets[0]); i++) {