diff options
Diffstat (limited to 'source4/lib/tdb/common/io.c')
-rw-r--r-- | source4/lib/tdb/common/io.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/lib/tdb/common/io.c b/source4/lib/tdb/common/io.c index 355f76962f..0a910270c9 100644 --- a/source4/lib/tdb/common/io.c +++ b/source4/lib/tdb/common/io.c @@ -395,12 +395,12 @@ int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct } static const struct tdb_methods io_methods = { - .tdb_read = tdb_read, - .tdb_write = tdb_write, - .next_hash_chain = tdb_next_hash_chain, - .tdb_oob = tdb_oob, - .tdb_expand_file = tdb_expand_file, - .tdb_brlock = tdb_brlock + tdb_read, + tdb_write, + tdb_next_hash_chain, + tdb_oob, + tdb_expand_file, + tdb_brlock }; /* |