diff options
author | Volker Lendecke <vl@samba.org> | 2012-12-11 21:04:58 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-12-21 11:54:33 +0100 |
commit | 2c3fd8a13e7dde23a23404cd88078a04c8b338ea (patch) | |
tree | 3e1b56268cb8f67306b367efc6a07351f6e01b31 /wscript_build_embedded_heimdal | |
parent | 2148d86c7a2facd6e128b753aef98722843af3e1 (diff) | |
download | samba-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 'wscript_build_embedded_heimdal')
0 files changed, 0 insertions, 0 deletions