summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/run-tdb1-bad-tdb-header.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb2/test/run-tdb1-bad-tdb-header.c')
-rw-r--r--lib/tdb2/test/run-tdb1-bad-tdb-header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/test/run-tdb1-bad-tdb-header.c b/lib/tdb2/test/run-tdb1-bad-tdb-header.c
index 9e23e97970..fe2501081a 100644
--- a/lib/tdb2/test/run-tdb1-bad-tdb-header.c
+++ b/lib/tdb2/test/run-tdb1-bad-tdb-header.c
@@ -6,7 +6,7 @@
int main(int argc, char *argv[])
{
- struct tdb1_context *tdb;
+ struct tdb_context *tdb;
struct tdb1_header hdr;
int fd;