summaryrefslogtreecommitdiff
path: root/lib/tdb/common/freelistcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb/common/freelistcheck.c')
-rw-r--r--lib/tdb/common/freelistcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/freelistcheck.c b/lib/tdb/common/freelistcheck.c
index 972b2a41c4..8d1ebabe04 100644
--- a/lib/tdb/common/freelistcheck.c
+++ b/lib/tdb/common/freelistcheck.c
@@ -46,7 +46,7 @@ static int seen_insert(struct tdb_context *mem_tdb, tdb_off_t rec_ptr)
int tdb_validate_freelist(struct tdb_context *tdb, int *pnum_entries)
{
struct tdb_context *mem_tdb = NULL;
- struct list_struct rec;
+ struct tdb_record rec;
tdb_off_t rec_ptr, last_ptr;
int ret = -1;