summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap_file.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-29 18:04:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:55 -0500
commita9503016859dc4bc3f68eb302c1adf37bf311187 (patch)
treedba8ebac7ee8cac923c6816467365523bb442ddd /source3/lib/dbwrap_file.c
parentd807dec0f465c8735bd4964b196ff6109d8df408 (diff)
downloadsamba-a9503016859dc4bc3f68eb302c1adf37bf311187.tar.gz
samba-a9503016859dc4bc3f68eb302c1adf37bf311187.tar.bz2
samba-a9503016859dc4bc3f68eb302c1adf37bf311187.zip
r23220: Add traverse_read to dbwrap
(This used to be commit b38dc5ffdfe9fdc2879c57dc181815f06b4747fe)
Diffstat (limited to 'source3/lib/dbwrap_file.c')
-rw-r--r--source3/lib/dbwrap_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/dbwrap_file.c b/source3/lib/dbwrap_file.c
index 9e18c6b8fe..0ac7586e48 100644
--- a/source3/lib/dbwrap_file.c
+++ b/source3/lib/dbwrap_file.c
@@ -367,6 +367,7 @@ struct db_context *db_open_file(TALLOC_CTX *mem_ctx,
result->private_data = ctx;
result->fetch_locked = db_file_fetch_locked;
result->traverse = db_file_traverse;
+ result->traverse_read = db_file_traverse;
ctx->locked_record = NULL;
if (!(ctx->dirname = talloc_strdup(ctx, name))) {