summaryrefslogtreecommitdiff
path: root/lib/tdb/common/transaction.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-12-11 21:04:58 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-21 11:54:33 +0100
commit2c3fd8a13e7dde23a23404cd88078a04c8b338ea (patch)
tree3e1b56268cb8f67306b367efc6a07351f6e01b31 /lib/tdb/common/transaction.c
parent2148d86c7a2facd6e128b753aef98722843af3e1 (diff)
downloadsamba-2c3fd8a13e7dde23a23404cd88078a04c8b338ea.tar.gz
samba-2c3fd8a13e7dde23a23404cd88078a04c8b338ea.tar.bz2
samba-2c3fd8a13e7dde23a23404cd88078a04c8b338ea.zip
tdb: Fix a missing CONVERT
methods->tdb_write expects data in on-disk format. For reading that record, methods->tdb_read() has taken care of the on-disk to in-memory representation according to the DOCONV() flag passed down. tdb_rec_write() is a wrapper around methods->tdb_write just doing the CONVERT() on the way to disk. Reviewed-by: Rusty Russell <rusty@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/tdb/common/transaction.c')
0 files changed, 0 insertions, 0 deletions