summaryrefslogtreecommitdiff
path: root/lib/tdb/test
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-08-04 12:10:03 +0200
committerJeremy Allison <jra@samba.org>2019-08-06 21:49:27 +0000
commit885ba572efaac6c20388b8e119315c837e8f5236 (patch)
tree5303232ce6009683ad8161de45394f5152469d37 /lib/tdb/test
parentfe9b12b274028a1310ac6c59cc56ac36bb40ef5e (diff)
downloadsamba-885ba572efaac6c20388b8e119315c837e8f5236.tar.gz
tdb: Rename tdb_oob() to tdb_notrans_oob()
tdb_oob() will become a public function encapsulating the pointer dereferences. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/tdb/test')
-rw-r--r--lib/tdb/test/run-3G-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/test/run-3G-file.c b/lib/tdb/test/run-3G-file.c
index 748c972284a..79e291b294e 100644
--- a/lib/tdb/test/run-3G-file.c
+++ b/lib/tdb/test/run-3G-file.c
@@ -48,7 +48,7 @@ static const struct tdb_methods large_io_methods = {
tdb_read,
tdb_write,
tdb_next_hash_chain,
- tdb_oob,
+ tdb_notrans_oob,
tdb_expand_file_sparse
};